Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r54449 - sandbox/monotonic/boost/heterogenous
From: christian.schladetsch_at_[hidden]
Date: 2009-06-28 03:15:43


Author: cschladetsch
Date: 2009-06-28 03:15:42 EDT (Sun, 28 Jun 2009)
New Revision: 54449
URL: http://svn.boost.org/trac/boost/changeset/54449

Log:
changed comments

Text files modified:
   sandbox/monotonic/boost/heterogenous/vector.hpp | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: sandbox/monotonic/boost/heterogenous/vector.hpp
==============================================================================
--- sandbox/monotonic/boost/heterogenous/vector.hpp (original)
+++ sandbox/monotonic/boost/heterogenous/vector.hpp 2009-06-28 03:15:42 EDT (Sun, 28 Jun 2009)
@@ -148,10 +148,10 @@
                         typedef typename impl::make_cloneable_allocator<Alloc, is_cloneable>::type type;
                 };
 
- template <class Alloc = make_cloneable_allocator<std::allocator<char> > >
+ template <class Alloc = make_cloneable_allocator<std::allocator<char> >, class Base = common_base >
                 struct vector
                 {
- typedef ptr_vector<common_base, allocator, Alloc> implementation;
+ typedef ptr_vector<Base, allocator, Alloc> implementation;
                         typedef Alloc allocator_type;
                         typedef typename implementation::value_type value_type;
                         typedef typename implementation::reference reference_type;


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