Updated como config.

[SVN r24635]
This commit is contained in:
John Maddock
2004-08-21 12:30:28 +00:00
parent 660103b429
commit b8c5b0b240
2 changed files with 14 additions and 8 deletions

View File

@ -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
// //

View File

@ -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