|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r53811 - sandbox/monotonic/boost/monotonic
From: christian.schladetsch_at_[hidden]
Date: 2009-06-12 04:11:15
Author: cschladetsch
Date: 2009-06-12 04:11:14 EDT (Fri, 12 Jun 2009)
New Revision: 53811
URL: http://svn.boost.org/trac/boost/changeset/53811
Log:
removed redundant code.
Text files modified:
sandbox/monotonic/boost/monotonic/vector.h | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
Modified: sandbox/monotonic/boost/monotonic/vector.h
==============================================================================
--- sandbox/monotonic/boost/monotonic/vector.h (original)
+++ sandbox/monotonic/boost/monotonic/vector.h 2009-06-12 04:11:14 EDT (Fri, 12 Jun 2009)
@@ -35,12 +35,6 @@
template <class II>
vector(II F, II L, Allocator const &A)
: Vector(F,L,A) { }
-
- void set_storage(storage_base &store)
- {
- this->allocator()
- this->get_allocator().storage = &store;//(store);
- }
};
}
}
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