summaryrefslogtreecommitdiff
path: root/boost/date_time/locale_config.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/date_time/locale_config.hpp')
-rw-r--r--boost/date_time/locale_config.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/boost/date_time/locale_config.hpp b/boost/date_time/locale_config.hpp
index 42a2b73043..26a928f7bc 100644
--- a/boost/date_time/locale_config.hpp
+++ b/boost/date_time/locale_config.hpp
@@ -22,7 +22,9 @@
//This file basically becomes a noop if locales are not properly supported
#if (defined(BOOST_NO_STD_LOCALE) \
|| (BOOST_WORKAROUND( BOOST_MSVC, < 1300)) \
- || (BOOST_WORKAROUND( __BORLANDC__, BOOST_TESTED_AT( 0x581 )) ) )
+ || (BOOST_WORKAROUND( __BORLANDC__, BOOST_TESTED_AT( 0x581 )) ) \
+ || (BOOST_WORKAROUND( BOOST_XLCPP_ZOS, BOOST_TESTED_AT( 0x42010000 )) ) /* <cctype> "shadows" the locale enabled overloads from <locale> */ \
+ )
#define BOOST_DATE_TIME_NO_LOCALE
#endif