mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-03 23:04:33 +02:00
Fix copy & paste error
[SVN r33943]
This commit is contained in:
@@ -62,7 +62,7 @@ arbitrary types ``t1``, ``t2``,... ``tn``:
|
|||||||
``t1``, ``t2``,... ``tn`` are non-``void``.
|
``t1``, ``t2``,... ``tn`` are non-``void``.
|
||||||
|
|
||||||
:Semantics:
|
:Semantics:
|
||||||
Generates a compilation error if ``expr::value != true``, otherwise
|
Generates a compilation error if ``expr != true``, otherwise
|
||||||
has no effect.
|
has no effect.
|
||||||
|
|
||||||
When possible within the compiler's diagnostic capabilities,
|
When possible within the compiler's diagnostic capabilities,
|
||||||
@@ -85,7 +85,7 @@ arbitrary types ``t1``, ``t2``,... ``tn``:
|
|||||||
None.
|
None.
|
||||||
|
|
||||||
:Semantics:
|
:Semantics:
|
||||||
Generates a compilation error if ``expr::value != true``, otherwise
|
Generates a compilation error if ``expr != true``, otherwise
|
||||||
has no effect.
|
has no effect.
|
||||||
|
|
||||||
When possible within the compiler's diagnostics capabilities,
|
When possible within the compiler's diagnostics capabilities,
|
||||||
|
Reference in New Issue
Block a user