Update of /cvsroot/boost/boost/libs/spirit/test/actor
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv14306
Modified Files:
Tag: RC_1_34_0
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.6.8.1
retrieving revision 1.6.8.2
diff -u -d -r1.6.8.1 -r1.6.8.2
--- assign_key_test.cpp 15 Sep 2006 16:50:00 -0000 1.6.8.1
+++ assign_key_test.cpp 24 Sep 2006 14:32:13 -0000 1.6.8.2
@@ -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