Only disable wide character support for HP aCC: for gcc the logic is already taken care of in libstdcpp3.hpp.

[SVN r42890]
This commit is contained in:
John Maddock
2008-01-21 09:41:17 +00:00
parent b78e4903e1
commit d4a4685c73

View File

@ -23,6 +23,8 @@
#if !(defined(__HP_aCC) || !defined(_INCLUDE__STDC_A1_SOURCE))
# define BOOST_NO_SWPRINTF
#endif
#if defined(__HP_aCC) && !defined(_INCLUDE__STDC_A1_SOURCE)
# define BOOST_NO_CWCTYPE
#endif
@ -82,3 +84,4 @@
#ifndef BOOST_HAS_EXPM1
# define BOOST_HAS_EXPM1
#endif