Update of /cvsroot/boost/boost/boost/config/stdlib
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv3423/boost/config/stdlib

Modified Files:
        roguewave.hpp 
Log Message:
Fix as per issue 1693857.

Index: roguewave.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/config/stdlib/roguewave.hpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- roguewave.hpp       19 Oct 2005 16:38:40 -0000      1.15
+++ roguewave.hpp       4 Apr 2007 10:19:14 -0000       1.16
@@ -28,8 +28,14 @@
 
 #ifndef _RWSTD_VER
 #  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
-#  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
 
 //
@@ -125,3 +131,4 @@
 #if !defined(_RWSTD_LONG_LONG) && defined(BOOST_HAS_LONG_LONG)
 #  undef BOOST_HAS_LONG_LONG
 #endif
+


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to