$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r55093 - trunk/boost
From: jewillco_at_[hidden]
Date: 2009-07-22 16:50:12
Author: jewillco
Date: 2009-07-22 16:50:11 EDT (Wed, 22 Jul 2009)
New Revision: 55093
URL: http://svn.boost.org/trac/boost/changeset/55093
Log:
Made redirect headers actually have correct includes
Text files modified:
trunk/boost/dynamic_property_map.hpp | 2 ++
trunk/boost/property_map.hpp | 2 ++
trunk/boost/property_map_iterator.hpp | 2 ++
trunk/boost/vector_property_map.hpp | 2 ++
4 files changed, 8 insertions(+), 0 deletions(-)
Modified: trunk/boost/dynamic_property_map.hpp
==============================================================================
--- trunk/boost/dynamic_property_map.hpp (original)
+++ trunk/boost/dynamic_property_map.hpp 2009-07-22 16:50:11 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: trunk/boost/property_map.hpp
==============================================================================
--- trunk/boost/property_map.hpp (original)
+++ trunk/boost/property_map.hpp 2009-07-22 16:50:11 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: trunk/boost/property_map_iterator.hpp
==============================================================================
--- trunk/boost/property_map_iterator.hpp (original)
+++ trunk/boost/property_map_iterator.hpp 2009-07-22 16:50:11 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: trunk/boost/vector_property_map.hpp
==============================================================================
--- trunk/boost/vector_property_map.hpp (original)
+++ trunk/boost/vector_property_map.hpp 2009-07-22 16:50:11 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>