forked from boostorg/config
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:
@ -23,6 +23,8 @@
|
|||||||
|
|
||||||
#if !(defined(__HP_aCC) || !defined(_INCLUDE__STDC_A1_SOURCE))
|
#if !(defined(__HP_aCC) || !defined(_INCLUDE__STDC_A1_SOURCE))
|
||||||
# define BOOST_NO_SWPRINTF
|
# define BOOST_NO_SWPRINTF
|
||||||
|
#endif
|
||||||
|
#if defined(__HP_aCC) && !defined(_INCLUDE__STDC_A1_SOURCE)
|
||||||
# define BOOST_NO_CWCTYPE
|
# define BOOST_NO_CWCTYPE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -82,3 +84,4 @@
|
|||||||
#ifndef BOOST_HAS_EXPM1
|
#ifndef BOOST_HAS_EXPM1
|
||||||
# define BOOST_HAS_EXPM1
|
# define BOOST_HAS_EXPM1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user