Boost logo

Boost-Commit :

From: Boris.Gubenko_at_[hidden]
Date: 2007-09-20 12:59:45


Author: bgubenko
Date: 2007-09-20 12:59:45 EDT (Thu, 20 Sep 2007)
New Revision: 39418
URL: http://svn.boost.org/trac/boost/changeset/39418

Log:
check that on HP-UX, the Standard RW library is used
Text files modified:
   trunk/boost/config/stdlib/roguewave.hpp | 8 +++++++-
   1 files changed, 7 insertions(+), 1 deletions(-)

Modified: trunk/boost/config/stdlib/roguewave.hpp
==============================================================================
--- trunk/boost/config/stdlib/roguewave.hpp (original)
+++ trunk/boost/config/stdlib/roguewave.hpp 2007-09-20 12:59:45 EDT (Thu, 20 Sep 2007)
@@ -134,6 +134,13 @@
 #endif
 
 //
+// check that on HP-UX, the proper RW library is used
+//
+#if defined(__HP_aCC) && !defined(_HP_NAMESPACE_STD)
+# error "Boost requires Standard RW library. Please compile and link with -AA"
+#endif
+
+//
 // Define macros specific to RW V2.2 on HP-UX
 //
 #if defined(__HP_aCC) && (BOOST_RWSTD_VER == 0x02020100)
@@ -144,4 +151,3 @@
 # define _HP_INSTANTIATE_STD2_VL
 # endif
 #endif
-


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk