|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r54444 - sandbox/monotonic/libs/monotonic/test/clones
From: christian.schladetsch_at_[hidden]
Date: 2009-06-28 03:07:01
Author: cschladetsch
Date: 2009-06-28 03:07:00 EDT (Sun, 28 Jun 2009)
New Revision: 54444
URL: http://svn.boost.org/trac/boost/changeset/54444
Log:
changed comments
Text files modified:
sandbox/monotonic/libs/monotonic/test/clones/main.cpp | 6 ++----
1 files changed, 2 insertions(+), 4 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-28 03:07:00 EDT (Sun, 28 Jun 2009)
@@ -46,10 +46,8 @@
int main()
{
// there is a problem with static_move_ptr<>
- //typedef cloneable::make_cloneable_allocator<std::allocator<int> >::type alloc_type;
- typedef cloneable::make_cloneable_allocator<monotonic::allocator<int> >::type alloc_type;
-
- typedef heterogenous::vector<alloc_type> vec;
+ //typedef heterogenous::vector<std::allocator<int> > vec;
+ typedef heterogenous::vector<monotonic::allocator<int> > vec;
{
vec bases;
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