Fix T46799: Blender crashes when enumerating POCL devices

The issue was caused by a conflict between std::error_code linked into
Blender which is compiled without C++11 support and POCL's expectations
of std::error_code which was actually linked against C++11's STL.
This commit is contained in:
Sergey Sharybin
2015-11-27 14:48:26 +05:00
parent 5680ac911b
commit bfaebeaee6

View File

@@ -9,6 +9,7 @@ global:
*;
*_boost*;
local:
*default_error_condition*;
*llvm*;
*LLVM*;
decodeInstruction;