Go to the documentation of this file.
14 #ifndef CONFIGURE_INCLUDED
15 #define CONFIGURE_INCLUDED
17 #define BRIDGE_VERSION "1.5.3"
22 #define ENABLE_MULTI_INSTANCE
26 #ifdef cpp11_available
27 #undef cpp11_available
30 #if defined(__INTEL_COMPILER)
32 #if (__INTEL_COMPILER >= 1400)
33 #define cpp11_available
38 #if defined (__cplusplus) && __cplusplus >= 201103L
39 #define cpp11_available
43 #if defined(LIB_CPP11) && defined(cpp11_available)
46 using std::unique_ptr;
53 #undef cpp11_available