|
Boost-Commit : |
From: Boris.Gubenko_at_[hidden]
Date: 2007-09-11 15:31:56
Author: bgubenko
Date: 2007-09-11 15:31:55 EDT (Tue, 11 Sep 2007)
New Revision: 39196
URL: http://svn.boost.org/trac/boost/changeset/39196
Log:
define macros specific to RW V2.2 on HP-UX
Text files modified:
trunk/boost/config/stdlib/roguewave.hpp | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
Modified: trunk/boost/config/stdlib/roguewave.hpp
==============================================================================
--- trunk/boost/config/stdlib/roguewave.hpp (original)
+++ trunk/boost/config/stdlib/roguewave.hpp 2007-09-11 15:31:55 EDT (Tue, 11 Sep 2007)
@@ -1,6 +1,7 @@
// (C) Copyright John Maddock 2001 - 2003.
// (C) Copyright Jens Maurer 2001.
// (C) Copyright David Abrahams 2003.
+// (C) Copyright Boris Gubenko 2007.
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -132,3 +133,11 @@
# undef BOOST_HAS_LONG_LONG
#endif
+//
+// Define macros specific to RW V2.2 on HP-UX
+//
+#if defined(__HP_aCC) && (BOOST_RWSTD_VER == 0x02020100)
+#define __HP_TC1_MAKE_PAIR
+#define _HP_INSTANTIATE_STD2_VL
+#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