diff --git a/doc/system/reference.adoc b/doc/system/reference.adoc index 7bce244..6b545be 100644 --- a/doc/system/reference.adoc +++ b/doc/system/reference.adoc @@ -928,7 +928,7 @@ Returns: :: ``` template -friend constexpr bool operator==( const error_code & lhs, E rhs ) noexcept; + friend constexpr bool operator==( const error_code & lhs, E rhs ) noexcept; ``` [none] * {blank} @@ -941,7 +941,7 @@ Effects: :: ``` template -friend constexpr bool operator==( E lhs, const error_code & rhs ) noexcept; + friend constexpr bool operator==( E lhs, const error_code & rhs ) noexcept; ``` [none] * {blank} @@ -954,11 +954,11 @@ Effects: :: ``` template -friend constexpr bool operator!=( const error_code & lhs, E rhs ) noexcept; + friend constexpr bool operator!=( const error_code & lhs, E rhs ) noexcept; ``` ``` template -friend constexpr bool operator!=( E lhs, const error_code & rhs ) noexcept; + friend constexpr bool operator!=( E lhs, const error_code & rhs ) noexcept; ``` [none] * {blank}