Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r60017 - sandbox/statistics/detail/assign/boost/assign/auto_size/detail
From: erwann.rogard_at_[hidden]
Date: 2010-02-28 21:48:40


Author: e_r
Date: 2010-02-28 21:48:40 EST (Sun, 28 Feb 2010)
New Revision: 60017
URL: http://svn.boost.org/trac/boost/changeset/60017

Log:
m
Text files modified:
   sandbox/statistics/detail/assign/boost/assign/auto_size/detail/auto_size.hpp | 13 +++++--------
   1 files changed, 5 insertions(+), 8 deletions(-)

Modified: sandbox/statistics/detail/assign/boost/assign/auto_size/detail/auto_size.hpp
==============================================================================
--- sandbox/statistics/detail/assign/boost/assign/auto_size/detail/auto_size.hpp (original)
+++ sandbox/statistics/detail/assign/boost/assign/auto_size/detail/auto_size.hpp 2010-02-28 21:48:40 EST (Sun, 28 Feb 2010)
@@ -13,20 +13,17 @@
 #include <boost/mpl/if.hpp>
 #include <boost/mpl/bool.hpp>
 #include <boost/mpl/equal_to.hpp>
-//#include <boost/shared_ptr.hpp>
 #include <boost/type_traits.hpp>
-//#include <boost/array.hpp>
-//#include <boost/range.hpp>
 #include <boost/assign/list_of.hpp> // needed for assign_referene
 #include <boost/assign/auto_size/detail/assign_refence_copy.hpp>
 #include <boost/assign/auto_size/array/policy.hpp>
 
-// Creates a collection of references.
+// Creates a collection of references by deducing the number of arguments
+// a compile time.
 //
-// This approach improves upon ref_list_of<int>() by deducing the number of
-// arguments at compile time, factors the reference wrapper into template, Ref,
-// and inherits from an arbitrary policy, P, usually intended to expose a
-// container interface.
+// Requirements
+// Ref specifies a reference_wrapper
+// P is an abitrary policy, usually intended as providing a container interface
 //
 // Note:
 // In most situations, a reference wrapper that has copy rather than rebind


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