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

Modified Files:
        cpp.cpp 
Log Message:
Wave: Fixed predefined macro support to be thread safe.

Index: cpp.cpp
===================================================================
RCS file: /cvsroot/boost/boost/tools/wave/cpp.cpp,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- cpp.cpp     3 Jul 2007 15:47:51 -0000       1.42
+++ cpp.cpp     17 Jul 2007 15:41:28 -0000      1.43
@@ -8,7 +8,7 @@
     LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 =============================================================================*/
 
-#define BOOST_WAVE_SERIALIZATION        1             // enable serialization
+#define BOOST_WAVE_SERIALIZATION        0             // enable serialization
 #define BOOST_WAVE_BINARY_SERIALIZATION 0             // use binary archives
 #define BOOST_WAVE_XML_SERIALIZATION    1             // use XML archives
 


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to