Go to the documentation of this file.
35 #include "../api_core.h"
38 #if defined(__APPLE__)
40 #define CL_SharedPtr std::tr1::shared_ptr
41 #define cl_dynamic_pointer_cast std::tr1::dynamic_pointer_cast
44 #if defined(_MSC_VER) && _MSC_VER < 1600
45 #define CL_SharedPtr std::tr1::shared_ptr
46 #define cl_dynamic_pointer_cast std::tr1::dynamic_pointer_cast
48 #define CL_SharedPtr std::shared_ptr
49 #define cl_dynamic_pointer_cast std::dynamic_pointer_cast