Update of /cvsroot/boost/boost/boost/tr1
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv5212
Modified Files:
Tag: RC_1_34_0
regex.hpp
Log Message:
Revised workarounds for Borland 2006
Index: regex.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/tr1/regex.hpp,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -d -r1.3 -r1.3.2.1
--- regex.hpp 15 Nov 2005 19:18:28 -0000 1.3
+++ regex.hpp 5 Jun 2006 19:14:10 -0000 1.3.2.1
@@ -77,7 +77,7 @@
using ::boost::wregex;
#endif
-#if !BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x570))
+#if !BOOST_WORKAROUND(__BORLANDC__, <= 0x570)
// [7.8.6] basic_regex swap
using ::boost::swap;
#endif
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs