Update of /cvsroot/boost/boost/boost/wave/cpplexer
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv312
Modified Files:
cpp_lex_token.hpp
Log Message:
Wave: fixed compilation problem.
Index: cpp_lex_token.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/wave/cpplexer/cpp_lex_token.hpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- cpp_lex_token.hpp 3 Apr 2007 14:01:59 -0000 1.12
+++ cpp_lex_token.hpp 30 Apr 2007 19:30:21 -0000 1.13
@@ -205,7 +205,7 @@
operator token_id() const { return token_id(*data); }
string_type const &get_value() const { return data->get_value(); }
position_type const &get_position() const { return data->get_position(); }
- bool is_eoi() const { token_id(*data) == T_EOI; }
+ bool is_eoi() const { return token_id(*data) == T_EOI; }
void set_token_id (token_id id_) { make_unique(); data->set_token_id(id_);
}
void set_value (string_type const &value_) { make_unique();
data->set_value(value_); }
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs