Update of /cvsroot/boost/boost/boost/wave/cpplexer
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv1567

Modified Files:
      Tag: RC_1_34_0
        cpp_lex_iterator.hpp 
Log Message:
Extended the Intel fix to the V9.0 compiler.

Index: cpp_lex_iterator.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/wave/cpplexer/cpp_lex_iterator.hpp,v
retrieving revision 1.9.2.3
retrieving revision 1.9.2.4
diff -u -d -r1.9.2.3 -r1.9.2.4
--- cpp_lex_iterator.hpp        15 Feb 2007 01:18:13 -0000      1.9.2.3
+++ cpp_lex_iterator.hpp        15 Feb 2007 17:23:54 -0000      1.9.2.4
@@ -61,7 +61,7 @@
             position_type const &pos, boost::wave::language_support language)
     :   functor_ptr(lex_input_interface<TokenT>
             ::new_lexer(first, last, pos, language)) 
-#if 0 != __DECCXX_VER || BOOST_INTEL_CXX_VERSION > 900
+#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

Reply via email to