Update of /cvsroot/boost/boost/libs/spirit/test
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv1815

Modified Files:
      Tag: SPIRIT_1_6
        chset_tests.cpp 
Log Message:
Added workaround for unsupported overload

Index: chset_tests.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/spirit/test/chset_tests.cpp,v
retrieving revision 1.8.2.4
retrieving revision 1.8.2.5
diff -u -d -r1.8.2.4 -r1.8.2.5
--- chset_tests.cpp     25 Nov 2004 11:14:55 -0000      1.8.2.4
+++ chset_tests.cpp     26 Feb 2007 23:52:31 -0000      1.8.2.5
@@ -60,7 +60,7 @@
     //////////////////////////////////
     template <typename CharT>
     void
-    chset_tests(sstream_t& out, CharT const* a_, CharT b1_, CharT b2_, CharT 
e1_)
+    chset_tests_helper(sstream_t& out, CharT const* a_, CharT b1_, CharT b2_, 
CharT e1_)
     {
         chset<CharT>    a(a_);
         range<CharT>    b_(b1_, b2_);
@@ -303,8 +303,8 @@
 
         tout << expected_output;
 
-        chset_tests(aout, "0-9A-Z", '5', 'J', '2');
-        chset_tests(bout, L"0-9A-Z", L'5', L'J', L'2');
+        chset_tests_helper(aout, "0-9A-Z", '5', 'J', '2');
+        chset_tests_helper(bout, L"0-9A-Z", L'5', L'J', L'2');
 
 #define narrow_chset_works (getstring(aout) == getstring(tout))
 #define wide_chset_works   (getstring(bout) == getstring(tout))


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