mirror of
https://github.com/boostorg/function.git
synced 2025-07-19 23:52:11 +02:00
Lots of cleanups as BoostBook becomes more strict
[SVN r17871]
This commit is contained in:
@ -127,7 +127,10 @@
|
|||||||
<typedef name="..."/>
|
<typedef name="..."/>
|
||||||
<typedef name="argN_type"><type>TN</type></typedef>
|
<typedef name="argN_type"><type>TN</type></typedef>
|
||||||
|
|
||||||
<static-constant type="int" name="arity" value="N"/>
|
<static-constant name="arity">
|
||||||
|
<type>int</type>
|
||||||
|
<default>N</default>
|
||||||
|
</static-constant>
|
||||||
|
|
||||||
<constructor>
|
<constructor>
|
||||||
<postconditions><simpara><code>this-><methodname>empty</methodname>()</code></simpara></postconditions>
|
<postconditions><simpara><code>this-><methodname>empty</methodname>()</code></simpara></postconditions>
|
||||||
@ -311,7 +314,10 @@
|
|||||||
<typedef name="..."/>
|
<typedef name="..."/>
|
||||||
<typedef name="argN_type"><type>TN</type></typedef>
|
<typedef name="argN_type"><type>TN</type></typedef>
|
||||||
|
|
||||||
<static-constant type="int" name="arity" value="N"/>
|
<static-constant name="arity">
|
||||||
|
<type>int</type>
|
||||||
|
<default>N</default>
|
||||||
|
</static-constant>
|
||||||
|
|
||||||
<constructor>
|
<constructor>
|
||||||
<postconditions><simpara><code>this-><methodname>empty</methodname>()</code></simpara></postconditions>
|
<postconditions><simpara><code>this-><methodname>empty</methodname>()</code></simpara></postconditions>
|
||||||
|
Reference in New Issue
Block a user