Added BOOST_HAS_SGI_TYPE_TRAITS

[SVN r11485]
This commit is contained in:
John Maddock
2001-10-31 13:02:05 +00:00
parent ac6e44953b
commit c02d987546

View File

@ -88,5 +88,13 @@
# define BOOST_NO_STD_ITERATOR # define BOOST_NO_STD_ITERATOR
#endif #endif
//
// Intrinsic type_traits support.
// The SGI STL has it's own __type_traits class, which
// has intrinsic compiler support with SGI's compilers.
// Whatever map SGI style type traits to boost equivalents:
//
#define BOOST_HAS_SGI_TYPE_TRAITS
#define BOOST_STDLIB "SGI standard library" #define BOOST_STDLIB "SGI standard library"