mirror of
https://github.com/boostorg/config.git
synced 2025-10-28 06:11:44 +01:00
fix condition for broken std::messages
[SVN r11460]
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
//
|
||||
// SGI's new iostreams have missing "const" in messages<>::open
|
||||
//
|
||||
#if defined(__sgi) && (_COMPILER_VERSION <= 730) && defined(__SGI_STL_OWN_IOSTREAMS)
|
||||
#if defined(__sgi) && (_COMPILER_VERSION <= 730) && defined(__STL_USE_NEW_IOSTREAMS)
|
||||
# define BOOST_NO_STD_MESSAGES
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user