From bfaebeaee64399e4c6da65b8aaa63e1a3cc3d000 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Fri, 27 Nov 2015 14:48:26 +0500 Subject: 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. --- source/creator/blender.map | 1 + 1 file changed, 1 insertion(+) (limited to 'source/creator') 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; -- cgit v1.2.3