Update of /cvsroot/boost/boost/boost/spirit/core/non_terminal
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23355/core/non_terminal

Modified Files:
        parser_id.hpp 
Log Message:
More fixes for CLiPP.

Index: parser_id.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/spirit/core/non_terminal/parser_id.hpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- parser_id.hpp       17 Jan 2005 01:01:52 -0000      1.7
+++ parser_id.hpp       14 Mar 2007 23:08:35 -0000      1.8
@@ -47,7 +47,7 @@
     inline std::ostream&
     operator<<(std::ostream& out, parser_id const& rid)
     {
-        out << rid.to_long();
+        out << (unsigned int)rid.to_long();
         return out;
     }
     #endif


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