|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r54441 - sandbox/monotonic/libs/monotonic/test/clones
From: christian.schladetsch_at_[hidden]
Date: 2009-06-28 03:00:08
Author: cschladetsch
Date: 2009-06-28 03:00:07 EDT (Sun, 28 Jun 2009)
New Revision: 54441
URL: http://svn.boost.org/trac/boost/changeset/54441
Log:
added heterogenous vector
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-28 03:00:07 EDT (Sun, 28 Jun 2009)
@@ -49,7 +49,7 @@
{
namespace heterogenous
{
- template <class Alloc = std::allocator<char> >
+ template <class Alloc = cloneable::make_cloneable_allocator<std::allocator<char> > >
struct vector
{
typedef ptr_vector<cloneable::common_base, cloneable::allocator, Alloc> implementation;
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