]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/regex/config.hpp
small stuff, whitespace & consistent naming
[lyx.git] / boost / boost / regex / config.hpp
index fa1027832712ac3f336eb10edcf0b23fc017600d..107824d882321108729ffd2bbe45620e03ffd450 100644 (file)
 // If there isn't good enough wide character support then there will
 // be no wide character regular expressions:
 //
-#if (defined(BOOST_NO_CWCHAR) || defined(BOOST_NO_CWCTYPE) || defined(BOOST_NO_STD_WSTRING)) && !defined(BOOST_NO_WREGEX)
-#  define BOOST_NO_WREGEX
+#if (defined(BOOST_NO_CWCHAR) || defined(BOOST_NO_CWCTYPE) || defined(BOOST_NO_STD_WSTRING))
+#  if !defined(BOOST_NO_WREGEX)
+#     define BOOST_NO_WREGEX
+#  endif
 #else
 #  if defined(__sgi) && defined(__SGI_STL_PORT)
       // STLPort on IRIX is misconfigured: <cwctype> does not compile
@@ -645,3 +647,4 @@ inline void pointer_construct(T* p, const T& t)
 
 
 
+