Update of /cvsroot/boost/boost/libs/wave/build
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11402/libs/wave/build
Modified Files:
Jamfile.v2
Log Message:
Wave: fix for RTTI problem when using VC7.1/STLport.
Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost/boost/libs/wave/build/Jamfile.v2,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Jamfile.v2 20 Dec 2006 16:55:54 -0000 1.13
+++ Jamfile.v2 20 Feb 2007 22:07:51 -0000 1.14
@@ -37,7 +37,11 @@
for local source in $(SOURCES)
{
local requirements ;
- requirements += <toolset-msvc:version>7.1:<rtti>off ; # workaround for
compiler bug
+
+ # workaround for compiler bug
+ requirements += <toolset-msvc:version>7.1:<rtti>off ;
+ requirements += <toolset-msvc:version>7.1_stlport4:<rtti>off ;
+
if $(source) in cpplexer/re2clex/cpp_re
{
requirements += <warnings>off ;
-------------------------------------------------------------------------
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