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

Modified Files:
        cpp_macromap.hpp 
Log Message:
Added is_macro_defined() as described in the docs.

Index: cpp_macromap.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/wave/util/cpp_macromap.hpp,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- cpp_macromap.hpp    20 Dec 2006 16:55:53 -0000      1.32
+++ cpp_macromap.hpp    6 Mar 2007 19:08:23 -0000       1.33
@@ -393,7 +393,7 @@
     }
 
 IteratorT it = begin;
-string_type name ((*it).get_value());
+string_type name ((*it).get_value().c_str());
 typename defined_macros_type::iterator cit(current_macros -> find(name));
 
     if (++it != end) {


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