tmp/tmpa1rgvqt9/{from.md → to.md}
RENAMED
|
@@ -13,12 +13,14 @@ template <class ErrorCodeEnum>
|
|
| 13 |
|
| 14 |
*Postconditions:* `*this == make_error_code(e)`.
|
| 15 |
|
| 16 |
*Returns:* `*this`.
|
| 17 |
|
| 18 |
-
*Remarks:*
|
| 19 |
-
|
|
|
|
|
|
|
| 20 |
|
| 21 |
``` cpp
|
| 22 |
void clear() noexcept;
|
| 23 |
```
|
| 24 |
|
|
|
|
| 13 |
|
| 14 |
*Postconditions:* `*this == make_error_code(e)`.
|
| 15 |
|
| 16 |
*Returns:* `*this`.
|
| 17 |
|
| 18 |
+
*Remarks:*
|
| 19 |
+
|
| 20 |
+
This operator shall not participate in overload resolution unless
|
| 21 |
+
`is_error_code_enum_v<ErrorCodeEnum>` is `true`.
|
| 22 |
|
| 23 |
``` cpp
|
| 24 |
void clear() noexcept;
|
| 25 |
```
|
| 26 |
|