$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r54437 - sandbox/monotonic/boost/ptr_container
From: christian.schladetsch_at_[hidden]
Date: 2009-06-28 02:15:05
Author: cschladetsch
Date: 2009-06-28 02:15:04 EDT (Sun, 28 Jun 2009)
New Revision: 54437
URL: http://svn.boost.org/trac/boost/changeset/54437
Log:
changed comments
Text files modified: 
   sandbox/monotonic/boost/ptr_container/ptr_vector.hpp |     8 ++++++++                                
   1 files changed, 8 insertions(+), 0 deletions(-)
Modified: sandbox/monotonic/boost/ptr_container/ptr_vector.hpp
==============================================================================
--- sandbox/monotonic/boost/ptr_container/ptr_vector.hpp	(original)
+++ sandbox/monotonic/boost/ptr_container/ptr_vector.hpp	2009-06-28 02:15:04 EDT (Sun, 28 Jun 2009)
@@ -22,6 +22,14 @@
 namespace boost
 {
 
+
+	//template
+	//< 
+	//	class T, 
+	//	class Allocator      = std::allocator<void*>,
+	//	class CloneAllocator = cloneable::make_cloneable_allocator<Al>
+	//>
+
     template
     < 
         class T,