$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r54432 - sandbox/monotonic/boost
From: christian.schladetsch_at_[hidden]
Date: 2009-06-28 01:57:08
Author: cschladetsch
Date: 2009-06-28 01:57:07 EDT (Sun, 28 Jun 2009)
New Revision: 54432
URL: http://svn.boost.org/trac/boost/changeset/54432
Log:
changed comments
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:07 EDT (Sun, 28 Jun 2009)
@@ -90,10 +90,10 @@
                                 //throw;
                         }
 
-			// calling this must be disabled at compile-time for types that are not boost::is_convertible<cloneable::base<U> *, U*>
                         template <class Base, class Alloc>
                         static Base* allocate_clone(const Base& object, Alloc &alloc )
                         {
+				// calling copy_construct must be disabled at compile-time for types that are not boost::is_convertible<cloneable::base<U> *, U*>
                                 return object.copy_construct(object, alloc);
                         }