$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r54424 - sandbox/monotonic/libs/monotonic/test/clones
From: christian.schladetsch_at_[hidden]
Date: 2009-06-27 21:23:44
Author: cschladetsch
Date: 2009-06-27 21:23:43 EDT (Sat, 27 Jun 2009)
New Revision: 54424
URL: http://svn.boost.org/trac/boost/changeset/54424
Log:
updated comments
Text files modified:
sandbox/monotonic/libs/monotonic/test/clones/main.cpp | 4 ++++
1 files changed, 4 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:23:43 EDT (Sat, 27 Jun 2009)
@@ -156,7 +156,11 @@
// idea: use variadic template arguments for push_back etc:
// default to use BOOST_PP for C++03
+
//! bases.push_back<derived>(ctor_args...);
+ //! bases.push_back<derived2>(ctor_args...);
+ //! ...
+ //! bases.push_back<derivedN>(ctor_args...);
// ...promptly breaks everything by using the heap to make the clones in copy :/
vec copy = bases;