Update of /cvsroot/boost/boost/boost/wave/cpplexer
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv29854
Modified Files:
cpp_lex_iterator.hpp
Log Message:
Try to fix Intel9.1 error.
Index: cpp_lex_iterator.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/wave/cpplexer/cpp_lex_iterator.hpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- cpp_lex_iterator.hpp 20 Dec 2006 16:55:53 -0000 1.12
+++ cpp_lex_iterator.hpp 15 Feb 2007 01:18:56 -0000 1.13
@@ -61,7 +61,7 @@
position_type const &pos, boost::wave::language_support language)
: functor_ptr(lex_input_interface_generator<TokenT>
::new_lexer(first, last, pos, language))
-#if 0 != __DECCXX_VER
+#if 0 != __DECCXX_VER || BOOST_INTEL_CXX_VERSION > 900
, eof()
#endif // 0 != __DECCXX_VER
{}
-------------------------------------------------------------------------
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