mirror of
https://github.com/boostorg/config.git
synced 2025-07-31 21:04:28 +02:00
define macros specific to RW V2.2 on HP-UX
[SVN r39196]
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
// (C) Copyright John Maddock 2001 - 2003.
|
// (C) Copyright John Maddock 2001 - 2003.
|
||||||
// (C) Copyright Jens Maurer 2001.
|
// (C) Copyright Jens Maurer 2001.
|
||||||
// (C) Copyright David Abrahams 2003.
|
// (C) Copyright David Abrahams 2003.
|
||||||
|
// (C) Copyright Boris Gubenko 2007.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
// Boost Software License, Version 1.0. (See accompanying file
|
// Boost Software License, Version 1.0. (See accompanying file
|
||||||
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
@@ -132,3 +133,11 @@
|
|||||||
# undef BOOST_HAS_LONG_LONG
|
# undef BOOST_HAS_LONG_LONG
|
||||||
#endif
|
#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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user