Boost logo

Boost-Commit :

From: john_at_[hidden]
Date: 2007-09-10 06:35:52


Author: johnmaddock
Date: 2007-09-10 06:35:51 EDT (Mon, 10 Sep 2007)
New Revision: 39176
URL: http://svn.boost.org/trac/boost/changeset/39176

Log:
Applied fix for http://svn.boost.org/trac/boost/ticket/883.
Text files modified:
   trunk/boost/regex/config.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/regex/config.hpp
==============================================================================
--- trunk/boost/regex/config.hpp (original)
+++ trunk/boost/regex/config.hpp 2007-09-10 06:35:51 EDT (Mon, 10 Sep 2007)
@@ -158,7 +158,7 @@
  * of the non-inline functions in the library, so that users can still link to the lib,
  * irrespective of whether their own code is built with /Zc:wchar_t.
  */
-#if defined(__cplusplus) && (defined(BOOST_MSVC) || defined(__ICL)) && !defined(BOOST_NO_INTRINSIC_WCHAR_T) && defined(BOOST_WINDOWS) && !defined(__SGI_STL_PORT) && !defined(_STLPORT_VERSION)
+#if defined(__cplusplus) && (defined(BOOST_MSVC) || defined(__ICL)) && !defined(BOOST_NO_INTRINSIC_WCHAR_T) && defined(BOOST_WINDOWS) && !defined(__SGI_STL_PORT) && !defined(_STLPORT_VERSION) && !defined(BOOST_RWSTD_VER)
 # define BOOST_REGEX_HAS_OTHER_WCHAR_T
 # ifdef BOOST_MSVC
 # pragma warning(push)


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk