Update of /cvsroot/boost/boost/libs/wave/samples/cpp_tokens
In directory
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv27959/libs/wave/samples/cpp_tokens
Modified Files:
slex_token.hpp
Log Message:
Wave: changed is_empty() to is_eoi().
Index: slex_token.hpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/wave/samples/cpp_tokens/slex_token.hpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- slex_token.hpp 3 Apr 2007 13:12:52 -0000 1.10
+++ slex_token.hpp 3 Apr 2007 14:01:59 -0000 1.11
@@ -55,7 +55,7 @@
operator token_id() const { return id; }
string_type const &get_value() const { return value; }
position_type const &get_position() const { return pos; }
- bool is_empty() const { id == T_EOI; }
+ bool is_eoi() const { id == T_EOI; }
void set_token_id (token_id id_) { id = id_; }
void set_value (string_type const &newval) { value = newval; }
-------------------------------------------------------------------------
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