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

Modified Files:
        regex_traits.hpp 
Log Message:
Patches for HP aCC and Compaq tru64

Index: regex_traits.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/regex/v4/regex_traits.hpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- regex_traits.hpp    21 Sep 2006 18:30:06 -0000      1.12
+++ regex_traits.hpp    27 Feb 2007 10:12:47 -0000      1.13
@@ -76,7 +76,7 @@
 // required "standard" ones:
 //
 namespace re_detail{
-#if !defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) && 
!BOOST_WORKAROUND(__HP_aCC, < 60700)
+#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, < 60700)
+#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