Update of /cvsroot/boost/boost/boost/regex/v4
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv31651/boost/regex/v4
Modified Files:
Tag: RC_1_34_0
basic_regex.hpp
Log Message:
Ticket #583.
Index: basic_regex.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/regex/v4/basic_regex.hpp,v
retrieving revision 1.19.2.1
retrieving revision 1.19.2.2
diff -u -d -r1.19.2.1 -r1.19.2.2
--- basic_regex.hpp 20 Jul 2006 13:44:08 -0000 1.19.2.1
+++ basic_regex.hpp 5 Jun 2007 17:28:18 -0000 1.19.2.2
@@ -254,7 +254,7 @@
{
return do_assign(p1, p2, f);
}
-#if !defined(BOOST_NO_MEMBER_TEMPLATES) && !defined(__IBMCPP__)
+#if !defined(BOOST_NO_MEMBER_TEMPLATES)
template <class ST, class SA>
unsigned int BOOST_REGEX_CALL set_expression(const std::basic_string<charT,
ST, SA>& p, flag_type f = regex_constants::normal)
@@ -590,7 +590,7 @@
return this->assign(that);
}
-#if !defined(BOOST_NO_MEMBER_TEMPLATES) && !defined(__IBMCPP__)
+#if !defined(BOOST_NO_MEMBER_TEMPLATES)
template <class ST, class SA>
explicit reg_expression(const std::basic_string<charT, ST, SA>& p,
flag_type f = regex_constants::normal)
: basic_regex<charT, traits>(p, f)
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs