Update of /cvsroot/boost/boost/boost/regex/v4
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv32735/boost/regex/v4

Modified Files:
        fileiter.hpp regex_workaround.hpp 
Log Message:
Fixes to bug report 1693867.

Index: fileiter.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/regex/v4/fileiter.hpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- fileiter.hpp        19 Aug 2005 16:09:17 -0000      1.11
+++ fileiter.hpp        4 Apr 2007 10:12:34 -0000       1.12
@@ -46,6 +46,8 @@
 
 #if defined(BOOST_REGEX_FI_WIN32_DIR)
 
+#include <cstddef>
+
 namespace boost{
    namespace re_detail{
 

Index: regex_workaround.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/regex/v4/regex_workaround.hpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- regex_workaround.hpp        11 Dec 2005 17:33:38 -0000      1.7
+++ regex_workaround.hpp        4 Apr 2007 10:12:34 -0000       1.8
@@ -26,6 +26,7 @@
 #include <cstddef>
 #include <cassert>
 #include <cstdio>
+#include <climits>
 #include <string>
 #include <stdexcept>
 #include <iterator>
@@ -128,7 +129,7 @@
 
 #ifdef __cplusplus
 namespace boost{ namespace re_detail{
-#if BOOST_WORKAROUND(BOOST_MSVC,>=1400) && defined(_CPPLIB_VER) && 
!(defined(__SGI_STL_PORT) || defined(_STLPORT_VERSION))
+#if BOOST_WORKAROUND(BOOST_MSVC,>=1400) && defined(_CPPLIB_VER) && 
defined(BOOST_DINKUMWARE_STDLIB) && !(defined(__SGI_STL_PORT) || 
defined(_STLPORT_VERSION))
    //
    // MSVC 8 will either emit warnings or else refuse to compile
    // code that makes perfectly legitimate use of std::copy, when


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to