From 1444ac208f455d02b1846e4e1ea68a17a027c2ff Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sun, 27 May 2001 11:08:48 +0000 Subject: [PATCH] minor cygwin config fix [SVN r10234] --- include/boost/regex/detail/regex_config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/regex/detail/regex_config.hpp b/include/boost/regex/detail/regex_config.hpp index f40f3fe4..803d102d 100644 --- a/include/boost/regex/detail/regex_config.hpp +++ b/include/boost/regex/detail/regex_config.hpp @@ -232,7 +232,7 @@ full list of macros and their usage. #define BOOST_RE_NO_PARTIAL_FUNC_SPEC #endif - #ifdef _WIN32 + #if defined(_WIN32) || defined(__CYGWIN__) /* there seems to be a problem with in gcc */ #define BOOST_RE_LOCALE_C #define BOOST_RE_NO_W32