Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r55104 - branches/release/boost/bimap/property_map
From: jewillco_at_[hidden]
Date: 2009-07-22 22:00:28


Author: jewillco
Date: 2009-07-22 22:00:27 EDT (Wed, 22 Jul 2009)
New Revision: 55104
URL: http://svn.boost.org/trac/boost/changeset/55104

Log:
Changed to use new property map headers
Text files modified:
   branches/release/boost/bimap/property_map/set_support.hpp | 2 +-
   branches/release/boost/bimap/property_map/unordered_set_support.hpp | 2 +-
   2 files changed, 2 insertions(+), 2 deletions(-)

Modified: branches/release/boost/bimap/property_map/set_support.hpp
==============================================================================
--- branches/release/boost/bimap/property_map/set_support.hpp (original)
+++ branches/release/boost/bimap/property_map/set_support.hpp 2009-07-22 22:00:27 EDT (Wed, 22 Jul 2009)
@@ -18,7 +18,7 @@
 
 #include <boost/config.hpp>
 
-#include <boost/property_map.hpp>
+#include <boost/property_map/property_map.hpp>
 #include <boost/bimap/set_of.hpp>
 #include <boost/bimap/support/data_type_by.hpp>
 #include <boost/bimap/support/key_type_by.hpp>

Modified: branches/release/boost/bimap/property_map/unordered_set_support.hpp
==============================================================================
--- branches/release/boost/bimap/property_map/unordered_set_support.hpp (original)
+++ branches/release/boost/bimap/property_map/unordered_set_support.hpp 2009-07-22 22:00:27 EDT (Wed, 22 Jul 2009)
@@ -18,7 +18,7 @@
 
 #include <boost/config.hpp>
 
-#include <boost/property_map.hpp>
+#include <boost/property_map/property_map.hpp>
 #include <boost/bimap/unordered_set_of.hpp>
 #include <boost/bimap/support/data_type_by.hpp>
 #include <boost/bimap/support/key_type_by.hpp>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk