Update of /cvsroot/boost/boost/libs/wave/test/testlexers
In directory 
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv2690/libs/wave/test/testlexers

Modified Files:
      Tag: RC_1_34_0
        test_re2c_lexer.cpp 
Log Message:
Another try to fix the Wave related SunPro compilation problem.

Index: test_re2c_lexer.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/wave/test/testlexers/test_re2c_lexer.cpp,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -d -r1.6 -r1.6.2.1
--- test_re2c_lexer.cpp 17 Mar 2006 22:40:02 -0000      1.6
+++ test_re2c_lexer.cpp 26 Jul 2006 01:41:37 -0000      1.6.2.1
@@ -13,7 +13,9 @@
 #include <limits>
 
 #include <boost/wave/wave_config.hpp>
+#if !BOOST_WORKAROUND(__SUNPRO_CC, <= 0x580)
 #undef BOOST_WAVE_SEPARATE_LEXER_INSTANTIATION
+#endif
 
 #include <boost/detail/lightweight_test.hpp>
 #if defined(TESTLEXERS_TIMING)


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