forked from boostorg/system
Minor indentation fixes
This commit is contained in:
@ -928,7 +928,7 @@ Returns: ::
|
|||||||
|
|
||||||
```
|
```
|
||||||
template<class E>
|
template<class E>
|
||||||
friend constexpr bool operator==( const error_code & lhs, E rhs ) noexcept;
|
friend constexpr bool operator==( const error_code & lhs, E rhs ) noexcept;
|
||||||
```
|
```
|
||||||
[none]
|
[none]
|
||||||
* {blank}
|
* {blank}
|
||||||
@ -941,7 +941,7 @@ Effects: ::
|
|||||||
|
|
||||||
```
|
```
|
||||||
template<class E>
|
template<class E>
|
||||||
friend constexpr bool operator==( E lhs, const error_code & rhs ) noexcept;
|
friend constexpr bool operator==( E lhs, const error_code & rhs ) noexcept;
|
||||||
```
|
```
|
||||||
[none]
|
[none]
|
||||||
* {blank}
|
* {blank}
|
||||||
@ -954,11 +954,11 @@ Effects: ::
|
|||||||
|
|
||||||
```
|
```
|
||||||
template<class E>
|
template<class E>
|
||||||
friend constexpr bool operator!=( const error_code & lhs, E rhs ) noexcept;
|
friend constexpr bool operator!=( const error_code & lhs, E rhs ) noexcept;
|
||||||
```
|
```
|
||||||
```
|
```
|
||||||
template<class E>
|
template<class E>
|
||||||
friend constexpr bool operator!=( E lhs, const error_code & rhs ) noexcept;
|
friend constexpr bool operator!=( E lhs, const error_code & rhs ) noexcept;
|
||||||
```
|
```
|
||||||
[none]
|
[none]
|
||||||
* {blank}
|
* {blank}
|
||||||
|
Reference in New Issue
Block a user