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

Modified Files:
      Tag: RC_1_34_0
        regex_traits.hpp 
Log Message:
Ooops, fix version check.

Index: regex_traits.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/regex/v4/regex_traits.hpp,v
retrieving revision 1.11.6.1
retrieving revision 1.11.6.2
diff -u -d -r1.11.6.1 -r1.11.6.2
--- regex_traits.hpp    27 Feb 2007 10:11:47 -0000      1.11.6.1
+++ regex_traits.hpp    28 Feb 2007 17:18:33 -0000      1.11.6.2
@@ -76,7 +76,7 @@
 // required "standard" ones:
 //
 namespace re_detail{
-#if !defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) && 
!BOOST_WORKAROUND(__HP_aCC, BOOST_TESTED_AT(60000))
+#if !defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) && 
!BOOST_WORKAROUND(__HP_aCC, < 60000)
 BOOST_MPL_HAS_XXX_TRAIT_DEF(boost_extensions_tag)
 #else
 template<class T>
@@ -129,7 +129,7 @@
 {
    typedef BaseT type;
 };
-#if !defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) && 
!BOOST_WORKAROUND(__HP_aCC, BOOST_TESTED_AT(60000))
+#if !defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) && 
!BOOST_WORKAROUND(__HP_aCC, < 60000)
 template <class BaseT>
 struct compute_wrapper_base<BaseT, false>
 {


-------------------------------------------------------------------------
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