From d4a4685c73be96625be250662c57df95765dd0cd Mon Sep 17 00:00:00 2001 From: John Maddock Date: Mon, 21 Jan 2008 09:41:17 +0000 Subject: [PATCH] Only disable wide character support for HP aCC: for gcc the logic is already taken care of in libstdcpp3.hpp. [SVN r42890] --- include/boost/config/platform/hpux.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/boost/config/platform/hpux.hpp b/include/boost/config/platform/hpux.hpp index 25cd8ebc..19ce68e5 100644 --- a/include/boost/config/platform/hpux.hpp +++ b/include/boost/config/platform/hpux.hpp @@ -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 +