Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2015-11-27 12:48:26 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-11-27 12:48:26 +0300
commitbfaebeaee64399e4c6da65b8aaa63e1a3cc3d000 (patch)
tree34c7d33f34f5ad0c300196e06d5bee8841197cae /source/creator
parent5680ac911b94531c1525d53d9f20ad1ff5a1ea4e (diff)
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.
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/blender.map1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/creator/blender.map b/source/creator/blender.map
index 359cbe0415f..9c900a62705 100644
--- a/source/creator/blender.map
+++ b/source/creator/blender.map
@@ -9,6 +9,7 @@ global:
*;
*_boost*;
local:
+ *default_error_condition*;
*llvm*;
*LLVM*;
decodeInstruction;