$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r54421 - sandbox/monotonic/libs/monotonic/test/clones
From: christian.schladetsch_at_[hidden]
Date: 2009-06-27 21:12:35
Author: cschladetsch
Date: 2009-06-27 21:12:34 EDT (Sat, 27 Jun 2009)
New Revision: 54421
URL: http://svn.boost.org/trac/boost/changeset/54421
Log:
updated comments
Text files modified:
sandbox/monotonic/libs/monotonic/test/clones/main.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
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-27 21:12:34 EDT (Sat, 27 Jun 2009)
@@ -77,6 +77,7 @@
// idea: this is not even needed?
// allocator rebind could be done in the ptr_container
+ // calling this must be disabled at compile-time for types that are not boost::is_convertible<cloneable::base<U> *, U*>
template< class U, class Alloc >
static U* deallocate_clone( const U* r, Alloc &alloc )
{