*** empty log message ***

[SVN r33923]
This commit is contained in:
Daniel Wallin
2006-05-04 07:43:57 +00:00
committed by Peter Dimov
parent 8b9f918eea
commit 3acd764e5b

View File

@@ -57,7 +57,7 @@ The **arity range** of a |KeywordsSpec| is determined by:
.. parsed-literal::
[ mpl::size<S> - number of *special* in ``S`` , mpl::size<S> ]
[ mpl::size<S> - number of *special* keyword tags in ``S`` , mpl::size<S> ]
For example, the **arity range** of ``mpl::vector2<x,y>`` is 2, the **arity range** of
``mpl::vector2<x,y*>`` is 2 and the **arity range** of ``mpl::vector2<x,y**>`` is 1.