Go to the documentation of this file.
39 #if defined(_CPPLIB_VER)
40 # define STL_DINKUMWARE _CPPLIB_VER
42 # define STL_DINKUMWARE 0
45 #if defined(__GLIBCPP__)
46 # define STL_GCC __GLIBCPP__
47 #elif defined(__GLIBCXX__)
48 # define STL_GCC __GLIBCXX__
53 #if defined(__INTEL_CXXLIB_ICC)
54 # define STL_ICC __INTEL_CXXLIB_ICC
61 #if STL_DINKUMWARE && defined(NDEBUG) && !defined(_SECURE_SCL)
62 # define _SECURE_SCL 0
67 #if CONFIG_DISABLE_EXCEPTIONS
69 # define _HAS_EXCEPTIONS 0
71 # define STL_NO_EXCEPTIONS
75 #endif // #ifndef INCLUDED_STL