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

Modified Files:
        cpp_macromap.hpp 
Log Message:
Wave: replaced '' with '\xA7'.

Index: cpp_macromap.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/wave/util/cpp_macromap.hpp,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- cpp_macromap.hpp    20 Mar 2007 19:19:15 -0000      1.35
+++ cpp_macromap.hpp    2 May 2007 16:32:43 -0000       1.36
@@ -727,7 +727,7 @@
 #if BOOST_WAVE_SUPPORT_VARIADICS_PLACEMARKERS != 0
                             if 
(boost::wave::need_variadics(ctx.get_language())) {
                             // store a placemarker as the argument
-                                argument->push_back(token_type(T_PLACEMARKER, 
"§", 
+                                argument->push_back(token_type(T_PLACEMARKER, 
"\xA7", // "§", 
                                     (*next).get_position()));
                                 ++count_arguments;
                             }
@@ -752,7 +752,7 @@
 #if BOOST_WAVE_SUPPORT_VARIADICS_PLACEMARKERS != 0
                     if (boost::wave::need_variadics(ctx.get_language())) {
                     // store a placemarker as the argument
-                        argument->push_back(token_type(T_PLACEMARKER, "§", 
+                        argument->push_back(token_type(T_PLACEMARKER, "\xA7", 
// "§", 
                             (*next).get_position()));
                         ++count_arguments;
                     }


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