mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-04 07:14:30 +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``.
|
||||
|
||||
:Semantics:
|
||||
Generates a compilation error if ``expr::value != true``, otherwise
|
||||
Generates a compilation error if ``expr != true``, otherwise
|
||||
has no effect.
|
||||
|
||||
When possible within the compiler's diagnostic capabilities,
|
||||
@@ -85,7 +85,7 @@ arbitrary types ``t1``, ``t2``,... ``tn``:
|
||||
None.
|
||||
|
||||
:Semantics:
|
||||
Generates a compilation error if ``expr::value != true``, otherwise
|
||||
Generates a compilation error if ``expr != true``, otherwise
|
||||
has no effect.
|
||||
|
||||
When possible within the compiler's diagnostics capabilities,
|
||||
|
Reference in New Issue
Block a user