Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r55103 - branches/release/boost
From: jewillco_at_[hidden]
Date: 2009-07-22 21:54:24


Author: jewillco
Date: 2009-07-22 21:54:23 EDT (Wed, 22 Jul 2009)
New Revision: 55103
URL: http://svn.boost.org/trac/boost/changeset/55103

Log:
Merged r55093 from trunk to fix forwarding headers
Text files modified:
   branches/release/boost/dynamic_property_map.hpp | 2 ++
   branches/release/boost/property_map.hpp | 2 ++
   branches/release/boost/property_map_iterator.hpp | 2 ++
   branches/release/boost/vector_property_map.hpp | 2 ++
   4 files changed, 8 insertions(+), 0 deletions(-)

Modified: branches/release/boost/dynamic_property_map.hpp
==============================================================================
--- branches/release/boost/dynamic_property_map.hpp (original)
+++ branches/release/boost/dynamic_property_map.hpp 2009-07-22 21:54:23 EDT (Wed, 22 Jul 2009)
@@ -15,3 +15,5 @@
 # warning "This header is deprecated. Please use: boost/property_map/dynamic_property_map.hpp"
 #endif
 #endif
+
+#include <boost/property_map/dynamic_property_map.hpp>

Modified: branches/release/boost/property_map.hpp
==============================================================================
--- branches/release/boost/property_map.hpp (original)
+++ branches/release/boost/property_map.hpp 2009-07-22 21:54:23 EDT (Wed, 22 Jul 2009)
@@ -15,3 +15,5 @@
 # warning "This header is deprecated. Please use: boost/property_map/property_map.hpp"
 #endif
 #endif
+
+#include <boost/property_map/property_map.hpp>

Modified: branches/release/boost/property_map_iterator.hpp
==============================================================================
--- branches/release/boost/property_map_iterator.hpp (original)
+++ branches/release/boost/property_map_iterator.hpp 2009-07-22 21:54:23 EDT (Wed, 22 Jul 2009)
@@ -15,3 +15,5 @@
 # warning "This header is deprecated. Please use: boost/property_map/property_map_iterator.hpp"
 #endif
 #endif
+
+#include <boost/property_map/property_map_iterator.hpp>

Modified: branches/release/boost/vector_property_map.hpp
==============================================================================
--- branches/release/boost/vector_property_map.hpp (original)
+++ branches/release/boost/vector_property_map.hpp 2009-07-22 21:54:23 EDT (Wed, 22 Jul 2009)
@@ -15,3 +15,5 @@
 # warning "This header is deprecated. Please use: boost/property_map/vector_property_map.hpp"
 #endif
 #endif
+
+#include <boost/property_map/vector_property_map.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