digitalmars.hpp BOOST_COMPILER __DMC_VERSION_STRING__ BOOST_HAS_LONG_LONG BOOST_HAS_PRAGMA_ONCE BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL BOOST_NO_TEMPLATE_TEMPLATES BOOST_NEEDS_TOKEN_PASTING_OP_FOR_TOKENS_JUXTAPOSING BOOST_NO_ARRAY_TYPE_SPECIALIZATIONS BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS BOOST_NO_MEMBER_TEMPLATE_FRIENDS BOOST_NO_OPERATORS_IN_NAMESPACE BOOST_NO_UNREACHABLE_RETURN_DETECTION BOOST_NO_SFINAE BOOST_NO_USING_TEMPLATE BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL BOOST_NO_STDC_NAMESPACE BOOST_NO_EXCEPTIONS BOOST_NO_AUTO_DECLARATIONS BOOST_NO_AUTO_MULTIDECLARATIONS BOOST_NO_CHAR16_T BOOST_NO_CHAR32_T BOOST_NO_CONSTEXPR BOOST_NO_DECLTYPE BOOST_NO_DEFAULTED_FUNCTIONS BOOST_NO_DELETED_FUNCTIONS BOOST_NO_EXPLICIT_CONVERSION_OPERATORS BOOST_NO_EXTERN_TEMPLATE BOOST_NO_INITIALIZER_LISTS BOOST_NO_LAMBDAS BOOST_NO_NOEXCEPT BOOST_NO_NULLPTR BOOST_NO_RAW_LITERALS BOOST_NO_RVALUE_REFERENCES BOOST_NO_SCOPED_ENUMS BOOST_NO_SFINAE_EXPR BOOST_NO_STATIC_ASSERT BOOST_NO_TEMPLATE_ALIASES BOOST_NO_UNICODE_LITERALS BOOST_NO_VARIADIC_TEMPLATES BOOST_NO_UNIFIED_INITIALIZATION_SYNTAX BOOST_NO_VARIADIC_MACROS //Copyright(C)ChristofMeerwald2003 //Copyright(C)DanWatkins2003 // //Use,modificationanddistributionaresubjecttothe //BoostSoftwareLicense,Version1.0.(Seeaccompanyingfile //LICENSE_1_0.txtorcopyathttp://www.boost.org/LICENSE_1_0.txt) //DigitalMarsC++compilersetup: #defineBOOST_COMPILER__DMC_VERSION_STRING__ #defineBOOST_HAS_LONG_LONG #defineBOOST_HAS_PRAGMA_ONCE #if(__DMC__<=0x833) #defineBOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL #defineBOOST_NO_TEMPLATE_TEMPLATES #defineBOOST_NEEDS_TOKEN_PASTING_OP_FOR_TOKENS_JUXTAPOSING #defineBOOST_NO_ARRAY_TYPE_SPECIALIZATIONS #defineBOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS #endif #if(__DMC__<=0x840)||!defined(BOOST_STRICT_CONFIG) #defineBOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS #defineBOOST_NO_MEMBER_TEMPLATE_FRIENDS #defineBOOST_NO_OPERATORS_IN_NAMESPACE #defineBOOST_NO_UNREACHABLE_RETURN_DETECTION #defineBOOST_NO_SFINAE #defineBOOST_NO_USING_TEMPLATE #defineBOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL #endif // //hasmacros: #if(__DMC__>=0x840) #defineBOOST_HAS_DIRENT_H #defineBOOST_HAS_STDINT_H #defineBOOST_HAS_WINTHREADS #endif #if(__DMC__>=0x847) #defineBOOST_HAS_EXPM1 #defineBOOST_HAS_LOG1P #endif // //Isthisreallythebestwaytodetectwhetherthestdlibisinnamespacestd? // #ifdef__cplusplus #include<cstddef> #endif #if!defined(__STL_IMPORT_VENDOR_CSTD)&&!defined(_STLP_IMPORT_VENDOR_CSTD) #defineBOOST_NO_STDC_NAMESPACE #endif //checkforexceptionhandlingsupport: #if!defined(_CPPUNWIND)&&!defined(BOOST_NO_EXCEPTIONS) #defineBOOST_NO_EXCEPTIONS #endif // //C++0xfeatures // #defineBOOST_NO_AUTO_DECLARATIONS #defineBOOST_NO_AUTO_MULTIDECLARATIONS #defineBOOST_NO_CHAR16_T #defineBOOST_NO_CHAR32_T #defineBOOST_NO_CONSTEXPR #defineBOOST_NO_DECLTYPE #defineBOOST_NO_DEFAULTED_FUNCTIONS #defineBOOST_NO_DELETED_FUNCTIONS #defineBOOST_NO_EXPLICIT_CONVERSION_OPERATORS #defineBOOST_NO_EXTERN_TEMPLATE #defineBOOST_NO_INITIALIZER_LISTS #defineBOOST_NO_LAMBDAS #defineBOOST_NO_NOEXCEPT #defineBOOST_NO_NULLPTR #defineBOOST_NO_RAW_LITERALS #defineBOOST_NO_RVALUE_REFERENCES #defineBOOST_NO_SCOPED_ENUMS #defineBOOST_NO_SFINAE_EXPR #defineBOOST_NO_STATIC_ASSERT #defineBOOST_NO_TEMPLATE_ALIASES #defineBOOST_NO_UNICODE_LITERALS #defineBOOST_NO_VARIADIC_TEMPLATES #defineBOOST_NO_UNIFIED_INITIALIZATION_SYNTAX #if(__DMC__<0x812) #defineBOOST_NO_VARIADIC_MACROS #endif #if__DMC__<0x800 #error"Compilernotsupportedorconfigured-pleasereconfigure" #endif // //lastknownandcheckedversionis...: #if(__DMC__>0x848) #ifdefined(BOOST_ASSERT_CONFIG) #error"Unknowncompilerversion-pleaseruntheconfiguretestsandreporttheresults" #endif #endif