Update of /cvsroot/boost/boost/boost/wave/util
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv8096/boost/wave/util
Modified Files:
Tag: RC_1_34_0
cpp_iterator.hpp cpp_macromap.hpp
Log Message:
Fixed predefined macros to appear to be defined at a position referring to a
file named '<built-in>'.
Index: cpp_iterator.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/wave/util/cpp_iterator.hpp,v
retrieving revision 1.35.2.6
retrieving revision 1.35.2.7
diff -u -d -r1.35.2.6 -r1.35.2.7
--- cpp_iterator.hpp 18 Jun 2006 16:57:36 -0000 1.35.2.6
+++ cpp_iterator.hpp 24 Jun 2006 20:44:47 -0000 1.35.2.7
@@ -155,7 +155,7 @@
++begin;
// parse the macro definition
-position_type act_pos("command line", 0);
+position_type act_pos("<command line>", 0);
boost::spirit::tree_parse_info<lexer_type> hit =
predef_macros_type::parse_predefined_macro(
lexer_type(begin, end, position_type(), language), lexer_type());
Index: cpp_macromap.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/wave/util/cpp_macromap.hpp,v
retrieving revision 1.23.2.3
retrieving revision 1.23.2.4
diff -u -d -r1.23.2.3 -r1.23.2.4
--- cpp_macromap.hpp 24 May 2006 01:39:48 -0000 1.23.2.3
+++ cpp_macromap.hpp 24 Jun 2006 20:44:47 -0000 1.23.2.4
@@ -1635,7 +1635,7 @@
defined_macros_type *current_scope = scope ? scope : current_macros;
// first, add the static macros
-position_type pos;
+position_type pos("<built-in>");
#if BOOST_WAVE_SUPPORT_VARIADICS_PLACEMARKERS != 0
if (boost::wave::need_c99(ctx.get_language())) {
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs