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
Notes: blender-bot 2023-02-14 08:25:22 +01:00
Referenced by issue #46799, Could not create topdir for cache
1 changed files with 1 additions and 0 deletions

View File

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