$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r54452 - in sandbox/monotonic: boost/heterogenous libs/monotonic/test/clones
From: christian.schladetsch_at_[hidden]
Date: 2009-06-28 03:26:10
Author: cschladetsch
Date: 2009-06-28 03:26:09 EDT (Sun, 28 Jun 2009)
New Revision: 54452
URL: http://svn.boost.org/trac/boost/changeset/54452
Log:
changed header orders
Text files modified: 
   sandbox/monotonic/boost/heterogenous/make_cloneable_allocator.hpp |     1 -                                       
   sandbox/monotonic/boost/heterogenous/vector.hpp                   |     2 +-                                      
   sandbox/monotonic/libs/monotonic/test/clones/main.cpp             |     5 -----                                   
   3 files changed, 1 insertions(+), 7 deletions(-)
Modified: sandbox/monotonic/boost/heterogenous/make_cloneable_allocator.hpp
==============================================================================
--- sandbox/monotonic/boost/heterogenous/make_cloneable_allocator.hpp	(original)
+++ sandbox/monotonic/boost/heterogenous/make_cloneable_allocator.hpp	2009-06-28 03:26:09 EDT (Sun, 28 Jun 2009)
@@ -14,7 +14,6 @@
 {
         namespace heterogenous
         {
-
                 namespace impl
                 {
                         template <class Alloc>
Modified: sandbox/monotonic/boost/heterogenous/vector.hpp
==============================================================================
--- sandbox/monotonic/boost/heterogenous/vector.hpp	(original)
+++ sandbox/monotonic/boost/heterogenous/vector.hpp	2009-06-28 03:26:09 EDT (Sun, 28 Jun 2009)
@@ -9,7 +9,7 @@
 #include <boost/ptr_container/ptr_vector.hpp>
 
 #include <boost/heterogenous/detail/prefix.hpp>
-#include <boost/heterogenous/common_base.hpp>
+#include <boost/heterogenous/base.hpp>
 #include <boost/heterogenous/make_cloneable_allocator.hpp>
 
 namespace boost 
Modified: sandbox/monotonic/libs/monotonic/test/clones/main.cpp
==============================================================================
--- sandbox/monotonic/libs/monotonic/test/clones/main.cpp	(original)
+++ sandbox/monotonic/libs/monotonic/test/clones/main.cpp	2009-06-28 03:26:09 EDT (Sun, 28 Jun 2009)
@@ -6,12 +6,7 @@
 // documentation at https://svn.boost.org/svn/boost/sandbox/monotonic/libs/monotonic/doc/index.html
 // sandbox at https://svn.boost.org/svn/boost/sandbox/monotonic/
 
-//
-// test cases for ptr_container and clone_allocator issues
-//
-
 #include <string>
-#include <boost/heterogenous/base.hpp>
 #include <boost/heterogenous/vector.hpp>
 #include <boost/monotonic/allocator.hpp>