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

Modified Files:
        assign_key_test.cpp 
Log Message:
Pending checkin...

Index: assign_key_test.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/spirit/test/actor/assign_key_test.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- assign_key_test.cpp 15 Sep 2006 16:49:29 -0000      1.7
+++ assign_key_test.cpp 24 Sep 2006 14:33:00 -0000      1.8
@@ -27,7 +27,7 @@
 
     const char* cp = "(one,0),(two,1),(three,2)";
     const char* cp_first = cp;
-    const char* cp_last = cp + impl::string_length(cp);
+    const char* cp_last = cp + ::impl::string_length(cp);
     const char* cp_i[] = {"one","two","three"};
     int i;
     typedef std::map<int,std::string> map_string_type;
@@ -69,7 +69,7 @@
 
     const char* cp = "(0,one),(1,two),(2,three)";
     const char* cp_first = cp;
-    const char* cp_last = cp + impl::string_length(cp);
+    const char* cp_last = cp + ::impl::string_length(cp);
     const char* cp_i[] = {"one","two","three"};
     int i;
     typedef std::map<std::string, int> map_string_type;


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