Boost logo

Boost-Commit :

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


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

Log:
updated comments

Text files modified:
   sandbox/monotonic/libs/monotonic/test/clones/main.cpp | 2 +-
   1 files changed, 1 insertions(+), 1 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:11:54 EDT (Sat, 27 Jun 2009)
@@ -67,7 +67,7 @@
 
                         // idea: pass allocator to the clone_allocator.
                         // 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_base *, U*>
+ // 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* allocate_clone( const U& r, Alloc &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