|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r54433 - sandbox/monotonic/boost
From: christian.schladetsch_at_[hidden]
Date: 2009-06-28 01:57:51
Author: cschladetsch
Date: 2009-06-28 01:57:51 EDT (Sun, 28 Jun 2009)
New Revision: 54433
URL: http://svn.boost.org/trac/boost/changeset/54433
Log:
deprecated old clone_allocator interface
Text files modified:
sandbox/monotonic/boost/cloneable.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/monotonic/boost/cloneable.hpp
==============================================================================
--- sandbox/monotonic/boost/cloneable.hpp (original)
+++ sandbox/monotonic/boost/cloneable.hpp 2009-06-28 01:57:51 EDT (Sun, 28 Jun 2009)
@@ -87,7 +87,7 @@
template <class Base>
static void deallocate_clone( const Base* clone )
{
- //throw;
+ throw;
}
template <class Base, class Alloc>
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