adjust STLPort version macros

[SVN r35386]
This commit is contained in:
Robert Ramey
2006-09-28 17:06:48 +00:00
parent 9011c6833d
commit 01752ec977

View File

@@ -18,8 +18,7 @@
#include <boost/config.hpp>
#if defined(__SGI_STL_PORT)
#if defined(_STLPORT_VERSION) && (_STLPORT_VERSION < 0x500)
#if defined(__SGI_STL_PORT) && (__SGI_STL_PORT < 0x500)
#include <boost/archive/codecvt_null.hpp>
@@ -39,7 +38,6 @@ locale::locale(
} // namespace std
#endif
#endif
#endif