mirror of
https://github.com/opencv/opencv.git
synced 2026-09-12 13:23:03 -05:00
ocl: workaround for ProgramCache cleanup issue, use RAII to print kernel build error
This commit is contained in:
@@ -52,7 +52,6 @@ class ProgramCache
|
||||
protected:
|
||||
ProgramCache();
|
||||
~ProgramCache();
|
||||
friend class std::auto_ptr<ProgramCache>;
|
||||
public:
|
||||
static ProgramCache *getProgramCache();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user