Fix Operator!= none_t Return Statement

This commit is contained in:
Anthony
2016-09-09 18:16:02 -05:00
committed by GitHub
parent 99efe72052
commit 1c31338da3

View File

@ -1181,7 +1181,7 @@ __SPACE__
[: `bool operator != ( optional<T> const& x, none_t ) noexcept;`]
[: `bool operator != ( none_t, optional<T> const& x ) noexcept;`]
* [*Returns: ] `!( x == y );`
* [*Returns: ] `bool(x);`
__SPACE__
@ -1268,4 +1268,4 @@ assert ( !optX );
assert (addressof(*opt0) == addressof(y));
``
[endsect]
[endsect]