Subject: [Boost-commit] svn:boost r54422 - sandbox/monotonic/libs/monotonic/test/clones
From: christian.schladetsch_at_[hidden]
Date: 2009-06-27 21:19:46


Author: cschladetsch
Date: 2009-06-27 21:19:45 EDT (Sat, 27 Jun 2009)
New Revision: 54422
URL: http://svn.boost.org/trac/boost/changeset/54422

Log:
updated comments

Text files modified:
   sandbox/monotonic/libs/monotonic/test/clones/main.cpp | 3 +--
   1 files changed, 1 insertions(+), 2 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:19:45 EDT (Sat, 27 Jun 2009)
@@ -76,8 +76,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*>
+ // allocator rebind could be done in the ptr_container.
                         template< class U, class Alloc >
                         static U* deallocate_clone( const U* r, Alloc &alloc )
                         {