$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r53855 - sandbox/monotonic/boost/monotonic
From: christian.schladetsch_at_[hidden]
Date: 2009-06-13 01:58:52
Author: cschladetsch
Date: 2009-06-13 01:58:51 EDT (Sat, 13 Jun 2009)
New Revision: 53855
URL: http://svn.boost.org/trac/boost/changeset/53855
Log:
removed dangling references to storage_interface after file was physically deleted
Text files modified:
sandbox/monotonic/boost/monotonic/allocator.h | 1 -
sandbox/monotonic/boost/monotonic/storage_base.h | 2 --
2 files changed, 0 insertions(+), 3 deletions(-)
Modified: sandbox/monotonic/boost/monotonic/allocator.h
==============================================================================
--- sandbox/monotonic/boost/monotonic/allocator.h (original)
+++ sandbox/monotonic/boost/monotonic/allocator.h 2009-06-13 01:58:51 EDT (Sat, 13 Jun 2009)
@@ -5,7 +5,6 @@
#pragma once
-#include <boost/monotonic/storage.h>
#include <boost/monotonic/storage_base.h>
#include <boost/monotonic/inline_storage.h>
Modified: sandbox/monotonic/boost/monotonic/storage_base.h
==============================================================================
--- sandbox/monotonic/boost/monotonic/storage_base.h (original)
+++ sandbox/monotonic/boost/monotonic/storage_base.h 2009-06-13 01:58:51 EDT (Sat, 13 Jun 2009)
@@ -5,8 +5,6 @@
#pragma once
-#include <boost/monotonic/storage.h>
-
namespace boost
{
namespace monotonic