Added Metroworks fixes submitted by Daryle Walker

[SVN r10409]
This commit is contained in:
John Maddock
2001-06-23 11:42:42 +00:00
parent 24a6f03ce7
commit 1e3a4a1e54

View File

@@ -421,6 +421,10 @@
# if __MWERKS__ <= 0x2301 // 5.3
# define BOOST_NO_POINTER_TO_MEMBER_CONST
# define BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS
# define BOOST_NO_HASH
# endif
# if __MWERKS__ >= 0x2400
# define BOOST_STD_EXTENSION_NAMESPACE Metrowerks
# endif
# if __MWERKS__ >= 0x2300
# define BOOST_SYSTEM_HAS_STDINT_H
@@ -436,8 +440,6 @@
# define BOOST_DECL
# endif
# define BOOST_STD_EXTENSION_NAMESPACE Metrowerks
// SGI MIPSpro C++ ----------------------------------------------------------//
#elif defined __sgi
@@ -649,3 +651,4 @@ namespace std {