From fac0fa6653c88bd4b91852c10fffca13733111a0 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 27 Mar 2001 10:51:14 +0000 Subject: [PATCH] Minor config tweek for gcc libstdc++3 [SVN r9643] --- include/boost/re_detail/regex_config.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/boost/re_detail/regex_config.hpp b/include/boost/re_detail/regex_config.hpp index 28de4182..a625b769 100644 --- a/include/boost/re_detail/regex_config.hpp +++ b/include/boost/re_detail/regex_config.hpp @@ -416,7 +416,7 @@ typedef unsigned long jm_uintfast32_t; some of these (std) may be guesswork: */ - # if (!defined (__SGI_STL_OWN_IOSTREAMS) && !defined(__STL_USE_NEW_IOSTREAMS)) || defined (__STL_HAS_NO_NEW_IOSTREAMS) || defined (__STL_USE_NO_IOSTREAMS) || defined(__STL_NO_MBSTATE_T) + # if (!defined (__SGI_STL_OWN_IOSTREAMS) && !defined(__GLIBCPP__) && !defined(__STL_USE_NEW_IOSTREAMS)) || defined (__STL_HAS_NO_NEW_IOSTREAMS) || defined (__STL_USE_NO_IOSTREAMS) || defined(__STL_NO_MBSTATE_T) // Old IO streams: #define BOOST_RE_NO_LOCALE_H #define BOOST_RE_OLD_IOSTREAM @@ -1274,5 +1274,6 @@ namespace std{ +