Update of /cvsroot/boost/boost/boost/wave/util
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv8584/boost/wave/util
Modified Files:
Tag: RC_1_34_0
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.23.2.7
retrieving revision 1.23.2.8
diff -u -d -r1.23.2.7 -r1.23.2.8
--- cpp_macromap.hpp 20 Dec 2006 16:38:24 -0000 1.23.2.7
+++ cpp_macromap.hpp 6 Mar 2007 19:28:52 -0000 1.23.2.8
@@ -375,7 +375,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