forked from boostorg/config
Fix as per issue 1693857.
[SVN r37356]
This commit is contained in:
@ -28,8 +28,14 @@
|
|||||||
|
|
||||||
#ifndef _RWSTD_VER
|
#ifndef _RWSTD_VER
|
||||||
# define BOOST_STDLIB "Rogue Wave standard library version (Unknown version)"
|
# define BOOST_STDLIB "Rogue Wave standard library version (Unknown version)"
|
||||||
|
#elif _RWSTD_VER < 0x04010200
|
||||||
|
# define BOOST_STDLIB "Rogue Wave standard library version " BOOST_STRINGIZE(_RWSTD_VER)
|
||||||
#else
|
#else
|
||||||
# define BOOST_STDLIB "Rogue Wave standard library version " BOOST_STRINGIZE(_RWSTD_VER)
|
# ifdef _RWSTD_VER_STR
|
||||||
|
# define BOOST_STDLIB "Apache STDCXX standard library version " _RWSTD_VER_STR
|
||||||
|
# else
|
||||||
|
# define BOOST_STDLIB "Apache STDCXX standard library version " BOOST_STRINGIZE(_RWSTD_VER)
|
||||||
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
@ -125,3 +131,4 @@
|
|||||||
#if !defined(_RWSTD_LONG_LONG) && defined(BOOST_HAS_LONG_LONG)
|
#if !defined(_RWSTD_LONG_LONG) && defined(BOOST_HAS_LONG_LONG)
|
||||||
# undef BOOST_HAS_LONG_LONG
|
# undef BOOST_HAS_LONG_LONG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user