check that on HP-UX, the Standard RW library is used

[SVN r39418]
This commit is contained in:
Boris Gubenko
2007-09-20 16:59:45 +00:00
parent 4dea4b5959
commit 010ef1711a

View File

@ -133,6 +133,13 @@
# undef BOOST_HAS_LONG_LONG
#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
//
@ -144,4 +151,3 @@
# define _HP_INSTANTIATE_STD2_VL
# endif
#endif