mirror of
https://github.com/boostorg/serialization.git
synced 2026-01-26 19:12:08 +00:00
adjust STLPort version macros
[SVN r35386]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user