forked from boostorg/config
Updated como config.
[SVN r24635]
This commit is contained in:
@ -27,14 +27,6 @@
|
|||||||
# endif
|
# endif
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
#if (__COMO_VERSION__ <= 4303) || !defined(BOOST_STRICT_CONFIG)
|
|
||||||
# define BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef _WIN32
|
|
||||||
# define BOOST_NO_SWPRINTF
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Void returns don't work when emulating VC 6 (Peter Dimov)
|
// Void returns don't work when emulating VC 6 (Peter Dimov)
|
||||||
|
|
||||||
# if defined(_MSC_VER) && (_MSC_VER == 1200)
|
# if defined(_MSC_VER) && (_MSC_VER == 1200)
|
||||||
@ -43,6 +35,15 @@
|
|||||||
|
|
||||||
#endif // version 4245
|
#endif // version 4245
|
||||||
|
|
||||||
|
#if (__COMO_VERSION__ <= 4303) || !defined(BOOST_STRICT_CONFIG)
|
||||||
|
|
||||||
|
#ifdef _WIN32
|
||||||
|
# define BOOST_NO_SWPRINTF
|
||||||
|
#endif
|
||||||
|
|
||||||
|
# define BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL
|
||||||
|
#endif // Version 4303
|
||||||
|
|
||||||
//
|
//
|
||||||
// enable __int64 support in VC emulation mode
|
// enable __int64 support in VC emulation mode
|
||||||
//
|
//
|
||||||
|
@ -24,6 +24,11 @@
|
|||||||
# define BOOST_NO_STD_WSTREAMBUF
|
# define BOOST_NO_STD_WSTREAMBUF
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if __LIBCOMO_VERSION__ >= 31
|
||||||
|
# define BOOST_HAS_HASH
|
||||||
|
# define BOOST_HAS_SLIST
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Intrinsic type_traits support.
|
// Intrinsic type_traits support.
|
||||||
// The SGI STL has it's own __type_traits class, which
|
// The SGI STL has it's own __type_traits class, which
|
||||||
|
Reference in New Issue
Block a user