Boost logo

Boost-Commit :

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


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

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:22:07 EDT (Sat, 27 Jun 2009)
@@ -161,7 +161,7 @@
                 // ...promptly breaks everything by using the heap to make the clones in copy :/
                 vec copy = bases;
 
- // idea: could be fixed by using base<derived>::clone_with(orig, rebind(alloc)) in the ptr_container...
+ // idea: could be fixed by using base<derived>::clone_with(orig, rebind<derived>(alloc)) in the ptr_container...
 
                 // doesn't work because the clones were put on the heap. could work with cloneable:: ?
                 monotonic::static_storage<>::release();


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