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

Modified Files:
        dynamic_property_map.hpp 
Log Message:
Added ignore_other_properties.


Index: dynamic_property_map.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/dynamic_property_map.hpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- dynamic_property_map.hpp    16 Oct 2006 18:35:57 -0000      1.9
+++ dynamic_property_map.hpp    26 Apr 2007 22:11:50 -0000      1.10
@@ -356,6 +356,14 @@
   throw dynamic_get_failure(name);
 }
 
+// The easy way to ignore properties.
+inline
+std::auto_ptr<boost::dynamic_property_map> 
+ignore_other_properties(const std::string&,
+                        const boost::any&,
+                        const boost::any&) {
+  return std::auto_ptr<boost::dynamic_property_map>(0);
+}
 
 } // namespace boost
 


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