Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r66596 - sandbox/statistics/support/boost/assign/v2/detail/config
From: erwann.rogard_at_[hidden]
Date: 2010-11-15 16:29:20


Author: e_r
Date: 2010-11-15 16:29:19 EST (Mon, 15 Nov 2010)
New Revision: 66596
URL: http://svn.boost.org/trac/boost/changeset/66596

Log:
cosmetic update
Text files modified:
   sandbox/statistics/support/boost/assign/v2/detail/config/limit_arity.hpp | 10 +++++-----
   1 files changed, 5 insertions(+), 5 deletions(-)

Modified: sandbox/statistics/support/boost/assign/v2/detail/config/limit_arity.hpp
==============================================================================
--- sandbox/statistics/support/boost/assign/v2/detail/config/limit_arity.hpp (original)
+++ sandbox/statistics/support/boost/assign/v2/detail/config/limit_arity.hpp 2010-11-15 16:29:19 EST (Mon, 15 Nov 2010)
@@ -23,11 +23,11 @@
 // Functors are by default overloaded as follows:
 //
 // n = BOOST_ASSIGN_V2_LIMIT_ARITY
-// Overload | Arity
+// Overload | Arity
 // -------------------------------------
-// f() | 0
-// f(x[0]) | 1
-// f(x[0], x[1]) | 2
+// f() | 0
+// f(x[0]) | 1
+// f(x[0], x[1]) | 2
 // ...
-// f(x[0], ...., x[n-1]) | n
+// f(x[0], ...., x[n-1]) | n
 


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