Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r72914 - in sandbox/statistics/support/boost/assign: . auto_size auto_size/array auto_size/check auto_size/comparison_op auto_size/detail auto_size/range auto_size/reference_wrapper auto_size/traits
From: erwann.rogard_at_[hidden]
Date: 2011-07-05 07:29:53


Author: e_r
Date: 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
New Revision: 72914
URL: http://svn.boost.org/trac/boost/changeset/72914

Log:
cleaning up directory
Text files modified:
   sandbox/statistics/support/boost/assign/auto_size.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/array/interface.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/array/lazy.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/array/ref.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/array/static.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/array/tag.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/check/all.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/check/array.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/check/chain_l.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/check/chain_r.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/check/comparison_op.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/check/constants.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/check/converter.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/check/copy_array.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/check/copy_iterator.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/check/example1.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/check/example2.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/check/fifo.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/check/iterator.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/check/lifo.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/check/rebind_array.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/check/ref_csv.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/check/ref_list_of.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/check/unit_testing.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/comparison_op/completed_policy.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/comparison_op/crtp.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/comparison_op/range.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/detail/csv.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/detail/expr.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/detail/expr_elem.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/detail/expr_size.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/detail/fwd_expr.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/detail/policy.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/detail/repeat.hpp | 85 ++++++++++++++++-----------------------
   sandbox/statistics/support/boost/assign/auto_size/detail/types.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/range/basic_chain.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/range/chain_common.hpp | 5 +
   sandbox/statistics/support/boost/assign/auto_size/range/chain_l.hpp | 9 ---
   sandbox/statistics/support/boost/assign/auto_size/range/chain_r.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/range/convert_range.hpp | 6 +-
   sandbox/statistics/support/boost/assign/auto_size/range/converter.hpp | 6 +
   sandbox/statistics/support/boost/assign/auto_size/range/hold_converted_range.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/range/hold_previous.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/range/iterator_converter.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/range/result_of_chain.hpp | 4
   sandbox/statistics/support/boost/assign/auto_size/ref_csv.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/ref_list_of.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/ref_rebind_csv.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/ref_rebind_list_of.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/reference_wrapper/conversion_traits.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/reference_wrapper/copy.hpp | 3
   sandbox/statistics/support/boost/assign/auto_size/reference_wrapper/has_copy_semantics.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/reference_wrapper/inner_value_traits.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/reference_wrapper/rebind.hpp | 4
   sandbox/statistics/support/boost/assign/auto_size/traits/conversion_traits.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/traits/inner_value_traits.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/traits/mpl_check.hpp | 2
   sandbox/statistics/support/boost/assign/auto_size/traits/reference_traits.hpp | 2
   sandbox/statistics/support/boost/assign/list_of.hpp | 2
   59 files changed, 104 insertions(+), 120 deletions(-)

Modified: sandbox/statistics/support/boost/assign/auto_size.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::auto_size.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/array/interface.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/array/interface.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/array/interface.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::array::interface.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard - Manuel Peinado Gallego //
+// Copyright (C) 2010 Erwann Rogard - Manuel Peinado Gallego //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/array/lazy.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/array/lazy.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/array/lazy.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::array::lazy.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/array/ref.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/array/ref.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/array/ref.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::array::ref.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/array/static.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/array/static.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/array/static.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::array::static.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/array/tag.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/array/tag.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/array/tag.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::array::tag.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/check/all.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/check/all.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/check/all.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::auto_size::check::all.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/check/array.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/check/array.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/check/array.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::auto_size::check_array.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/check/chain_l.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/check/chain_l.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/check/chain_l.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::auto_size::check_chain_l.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/check/chain_r.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/check/chain_r.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/check/chain_r.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::auto_size::check_chain_r.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/check/comparison_op.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/check/comparison_op.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/check/comparison_op.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::auto_size::check_comparison_op.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/check/constants.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/check/constants.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/check/constants.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::auto_size::check_constants.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/check/converter.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/check/converter.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/check/converter.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::auto_size::check_converter.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/check/copy_array.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/check/copy_array.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/check/copy_array.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::auto_size::check_copy_array.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/check/copy_iterator.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/check/copy_iterator.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/check/copy_iterator.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::auto_size::check_copy_iterator.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/check/example1.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/check/example1.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/check/example1.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::auto_size::check_example1.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/check/example2.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/check/example2.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/check/example2.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::auto_size::check_example2.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/check/fifo.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/check/fifo.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/check/fifo.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::auto_size::check_fifo.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/check/iterator.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/check/iterator.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/check/iterator.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::auto_size::check_iterator.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/check/lifo.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/check/lifo.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/check/lifo.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::auto_size::check_lifo.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/check/rebind_array.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/check/rebind_array.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/check/rebind_array.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::auto_size::check_rebind_array.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/check/ref_csv.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/check/ref_csv.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/check/ref_csv.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::auto_size::check_ref_csv.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/check/ref_list_of.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/check/ref_list_of.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/check/ref_list_of.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::auto_size::check_ref_list_of.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/check/unit_testing.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/check/unit_testing.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/check/unit_testing.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::auto_size::check_unit_testing.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/comparison_op/completed_policy.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/comparison_op/completed_policy.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/comparison_op/completed_policy.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::comparison_op::completed_policy.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/comparison_op/crtp.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/comparison_op/crtp.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/comparison_op/crtp.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::comparison_op::crtp.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/comparison_op/range.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/comparison_op/range.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/comparison_op/range.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::comparison_op::range.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/detail/csv.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/detail/csv.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/detail/csv.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::auto_size::csv.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/detail/expr.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/detail/expr.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/detail/expr.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::expr.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/detail/expr_elem.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/detail/expr_elem.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/detail/expr_elem.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::auto_size::expr_elem.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/detail/expr_size.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/detail/expr_size.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/detail/expr_size.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::auto_size::expr_size.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/detail/fwd_expr.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/detail/fwd_expr.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/detail/fwd_expr.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::fwd_expr.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/detail/policy.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/detail/policy.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/detail/policy.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::auto_size::policy.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/detail/repeat.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/detail/repeat.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/detail/repeat.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // repeat.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //
@@ -11,6 +11,9 @@
 #include <boost/mpl/int.hpp>
 #include <boost/mpl/divides.hpp>
 #include <boost/mpl/modulus.hpp>
+#include <boost/preprocessor/cat.hpp>
+#include <boost/preprocessor/enum_params.hpp>
+#include <boost/preprocessor/repeat.hpp>
 #include <boost/assign/auto_size/detail/csv.hpp>
 
 namespace boost{
@@ -19,58 +22,39 @@
 namespace auto_size{
 namespace repeat_aux{
 
- template<int N,typename T>
+ template<int N,typename T,
+ template<typename> class R = boost::assign::detail::auto_size::ref_copy>
     struct result{
         typedef auto_size::tag::array pol_;
         typedef typename auto_size::csv_policy<pol_>::template
- apply<
- T,
- N,
- boost::assign::detail::auto_size::ref_copy
- >::type type;
+ apply<T,N,R>::type type;
     };
 
- template<int N,typename T>
+ template<int N,typename T, template<typename> class R>
     struct caller{};
 
- template<typename T>
- struct caller<1,T>
- {
- typedef typename auto_size::repeat_aux::result<1,T> result_;
- typedef typename result_::type type;
-
- static type call(T& t){
- return boost::assign::detail::auto_size::make_first_expr_no_policy<
- boost::assign::detail::auto_size::ref_copy,T>(t);
- }
-
- };
-
- template<typename T>
- struct caller<2,T>
- {
- typedef typename auto_size::repeat_aux::result<2,T> result_;
- typedef typename result_::type type;
-
- static type call(T& t){
- return boost::assign::detail::auto_size::make_first_expr_no_policy<
- boost::assign::detail::auto_size::ref_copy,T>(t)(t);
- }
-
- };
-
- template<typename T>
- struct caller<3,T>
- {
- typedef typename auto_size::repeat_aux::result<3,T> result_;
- typedef typename result_::type type;
-
- static type call(T& t){
- return boost::assign::detail::auto_size::make_first_expr_no_policy<
- boost::assign::detail::auto_size::ref_copy,T>(t)(t)(t);
- }
-
- };
+#ifndef BOOST_ASSIGN_AS_REPEAT_MAX
+ #define BOOST_ASSIGN_AS_REPEAT_MAX 20
+#endif
+
+#define BOOST_ASSING_AS_REPEAT_tmp(z,n,data) ( t )
+#define BOOST_ASSIGN_AS_REPEAT_caller(z,n,data) \
+ template<typename T,template<typename> class R> \
+ struct caller<n,T,R> \
+ { \
+ typedef typename auto_size::repeat_aux::result<n,T,R> result_; \
+ typedef typename result_::type type; \
+ static type call(T& t){ \
+ return boost::assign::detail::auto_size::make_first_expr_no_policy< \
+ R,T> BOOST_PP_REPEAT(BOOST_PP_ADD(n,1), BOOST_ASSING_AS_REPEAT_tmp, ~ ); \
+ } \
+ }; \
+/**/
+
+BOOST_PP_REPEAT(BOOST_PP_SUB(BOOST_ASSIGN_AS_REPEAT_MAX,1),BOOST_ASSIGN_AS_REPEAT_caller,~)
+
+#undef BOOST_ASSING_CSV_LIST_tmp
+#undef BOOST_ASSING_CSV_LIST_iter
 
 }// repeat_aux
 }// auto_size
@@ -80,18 +64,21 @@
     typename detail::auto_size::repeat_aux::result<K,T>::type
     repeat(T& t){
         namespace ns = detail::auto_size;
- typedef ns::repeat_aux::caller<K,T> caller_;
+ typedef ns::repeat_aux::caller<K,T,
+ boost::assign::detail::auto_size::ref_copy> caller_;
         return caller_::call(t);
     }
 
     template<unsigned K,typename T>
     typename detail::auto_size::repeat_aux::result<K,const T>::type
- c_repeat(const T& t){
+ crepeat(const T& t){
         namespace ns = detail::auto_size;
- typedef ns::repeat_aux::caller<K,const T> caller_;
+ typedef ns::repeat_aux::caller<K,const T,
+ boost::assign::detail::auto_size::ref_copy> caller_;
         return caller_::call( t );
     }
 
+
 }// assign
 }// boost
 

Modified: sandbox/statistics/support/boost/assign/auto_size/detail/types.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/detail/types.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/detail/types.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::auto_size::types.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/range/basic_chain.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/range/basic_chain.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/range/basic_chain.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::basic_chain.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard - Manuel Peinado Gallego //
+// Copyright (C) 2010 Erwann Rogard - Manuel Peinado Gallego //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/range/chain_common.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/range/chain_common.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/range/chain_common.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::range::chain_common.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //
@@ -75,6 +75,7 @@
         typedef typename basic_chain_impl::first_expr<conv_r1_,add_const>::type type;
     };
 
+ // This might need to go to /traits.
     template<typename Rng1,bool add_const>
     struct deduce_value{
         typedef typename boost::range_reference<Rng1>::type from_;
@@ -88,4 +89,4 @@
 }// assign
 }// boost
 
-#endif
\ No newline at end of file
+#endif

Modified: sandbox/statistics/support/boost/assign/auto_size/range/chain_l.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/range/chain_l.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/range/chain_l.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::range::chain_l.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //
@@ -87,13 +87,6 @@
             return (*this)(r2);
         }
 
-// template<typename Rng2>
-// typename assign::result_of::chain_operator_r<this_,Rng2>::type
-// operator&&(const Rng2& r2){
-// return chain_r(*this)(r2);
-// }
-
-
         BOOST_ASSIGN_AS_CONVERTER(this_)
         
     };

Modified: sandbox/statistics/support/boost/assign/auto_size/range/chain_r.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/range/chain_r.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/range/chain_r.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::range::chain_r.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/range/convert_range.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/range/convert_range.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/range/convert_range.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::range::convert.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //
@@ -44,8 +44,8 @@
 
         static type call(Rng& r){
             return type(
- convert_iterator<V,R>(boost::begin(r)),
- convert_iterator<V,R>(boost::end(r))
+ convert_iterator<V,R>( boost::begin(r) ),
+ convert_iterator<V,R>( boost::end(r) )
             );
         }
     };

Modified: sandbox/statistics/support/boost/assign/auto_size/range/converter.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/range/converter.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/range/converter.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,8 +1,8 @@
 //////////////////////////////////////////////////////////////////////////////
 // converter.hpp //
 // //
-// Copyright Thorsten Ottosen 2003-2004. //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2003-2004 Thorsten Ottosen. //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //
@@ -14,6 +14,8 @@
 #include <boost/range.hpp>
 #include <boost/assign/auto_size/range/convert_range.hpp>
 
+
+
 // This brings the code within assign_detail::converter<> into a macro to be
 // expanded in what would otherwise be a derived class. This is to solve
 // some compiler complaints in the presence of multiple inheritance.

Modified: sandbox/statistics/support/boost/assign/auto_size/range/hold_converted_range.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/range/hold_converted_range.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/range/hold_converted_range.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::range::chain_l.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/range/hold_previous.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/range/hold_previous.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/range/hold_previous.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::range::hold_previous.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/range/iterator_converter.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/range/iterator_converter.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/range/iterator_converter.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::converted_iterator.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/range/result_of_chain.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/range/result_of_chain.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/range/result_of_chain.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::range::result_of_chain.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //
@@ -41,4 +41,4 @@
 }// assign
 }// boost
 
-#endif
\ No newline at end of file
+#endif

Modified: sandbox/statistics/support/boost/assign/auto_size/ref_csv.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/ref_csv.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/ref_csv.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::ref_csv.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/ref_list_of.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/ref_list_of.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/ref_list_of.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::ref_list_of.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/ref_rebind_csv.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/ref_rebind_csv.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/ref_rebind_csv.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::ref_rebind_csv.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/ref_rebind_list_of.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/ref_rebind_list_of.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/ref_rebind_list_of.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::ref_rebind_list_of.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/reference_wrapper/conversion_traits.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/reference_wrapper/conversion_traits.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/reference_wrapper/conversion_traits.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::reference_wrapper::conversion_traits.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/reference_wrapper/copy.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/reference_wrapper/copy.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/reference_wrapper/copy.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,13 +1,14 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::assign_reference_copy.hpp //
 // //
-// (C) Copyright 2010 Manuel Peinado Gallego //
+// Copyright (C) 2010 Manuel Peinado Gallego //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //
 //////////////////////////////////////////////////////////////////////////////
 #ifndef BOOST_ASSIGN_DETAIL_ASSIGN_REFERENCE_COPY_MPG_2010_HPP
 #define BOOST_ASSIGN_DETAIL_ASSIGN_REFERENCE_COPY_MPG_2010_HPP
+#include <algorithm>
 
 namespace boost{
 namespace assign{

Modified: sandbox/statistics/support/boost/assign/auto_size/reference_wrapper/has_copy_semantics.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/reference_wrapper/has_copy_semantics.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/reference_wrapper/has_copy_semantics.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::has_copy_semantics.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/reference_wrapper/inner_value_traits.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/reference_wrapper/inner_value_traits.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/reference_wrapper/inner_value_traits.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::reference_wrapper::inner_value_traits.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/reference_wrapper/rebind.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/reference_wrapper/rebind.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/reference_wrapper/rebind.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,8 +1,8 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::assign_reference_rebind.hpp //
 // //
-// (C) Copyright Thorsten Ottosen 2003-2004. Use, modification and //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C)Thorsten Ottosen 2003-2004. Use, modification and //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/traits/conversion_traits.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/traits/conversion_traits.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/traits/conversion_traits.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::conversion_traits.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/traits/inner_value_traits.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/traits/inner_value_traits.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/traits/inner_value_traits.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::inner_value_traits.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/traits/mpl_check.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/traits/mpl_check.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/traits/mpl_check.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::traits::conversion_mpl_check.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/auto_size/traits/reference_traits.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/auto_size/traits/reference_traits.hpp (original)
+++ sandbox/statistics/support/boost/assign/auto_size/traits/reference_traits.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,7 +1,7 @@
 //////////////////////////////////////////////////////////////////////////////
 // assign::detail::reference_traits.hpp //
 // //
-// (C) Copyright 2010 Erwann Rogard //
+// Copyright (C) 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //

Modified: sandbox/statistics/support/boost/assign/list_of.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/list_of.hpp (original)
+++ sandbox/statistics/support/boost/assign/list_of.hpp 2011-07-05 07:29:47 EDT (Tue, 05 Jul 2011)
@@ -1,6 +1,6 @@
 // Boost.Assign library
 //
-// Copyright Thorsten Ottosen 2003-2004. Use, modification and
+// Copyright (C) 2003-2004 Thorsten Ottosen. Use, modification and
 // distribution is subject to the Boost Software License, Version
 // 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)


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