Update of /cvsroot/boost/boost/boost/xpressive/detail/utility
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16356/detail/utility

Modified Files:
        boyer_moore.hpp 
Log Message:
support for format_perl

Index: boyer_moore.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/detail/utility/boyer_moore.hpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- boyer_moore.hpp     1 Mar 2007 18:19:51 -0000       1.4
+++ boyer_moore.hpp     18 Mar 2007 00:29:11 -0000      1.5
@@ -40,10 +40,7 @@
 {
     typedef typename iterator_value<BidiIter>::type char_type;
     typedef Traits traits_type;
-    typedef is_convertible<
-        typename Traits::version_tag *
-      , regex_traits_version_1_case_fold_tag *
-    > case_fold;
+    typedef has_fold_case<Traits> case_fold;
     typedef typename Traits::string_type string_type;
 
     // initialize the Boyer-Moore search data structure, using the


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