Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r54041 - sandbox/monotonic/boost/monotonic
From: christian.schladetsch_at_[hidden]
Date: 2009-06-17 20:23:04


Author: cschladetsch
Date: 2009-06-17 20:23:03 EDT (Wed, 17 Jun 2009)
New Revision: 54041
URL: http://svn.boost.org/trac/boost/changeset/54041

Log:
removed default ctor for allocator_base

Text files modified:
   sandbox/monotonic/boost/monotonic/allocator_base.hpp | 3 ---
   1 files changed, 0 insertions(+), 3 deletions(-)

Modified: sandbox/monotonic/boost/monotonic/allocator_base.hpp
==============================================================================
--- sandbox/monotonic/boost/monotonic/allocator_base.hpp (original)
+++ sandbox/monotonic/boost/monotonic/allocator_base.hpp 2009-06-17 20:23:03 EDT (Wed, 17 Jun 2009)
@@ -86,9 +86,6 @@
                         storage_base *storage;
 
                 public:
- allocator_base() throw()
- : storage(&static_storage) { }
-
                         allocator_base(storage_base &store) throw()
                                 : storage(&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