tmp/tmp_45eapzm/{from.md → to.md}
RENAMED
|
@@ -23,8 +23,10 @@ template <class ErrorCodeEnum>
|
|
| 23 |
|
| 24 |
*Effects:* Constructs an object of type `error_code`.
|
| 25 |
|
| 26 |
*Postconditions:* `*this == make_error_code(e)`.
|
| 27 |
|
| 28 |
-
*Remarks:*
|
| 29 |
-
|
|
|
|
|
|
|
| 30 |
|
|
|
|
| 23 |
|
| 24 |
*Effects:* Constructs an object of type `error_code`.
|
| 25 |
|
| 26 |
*Postconditions:* `*this == make_error_code(e)`.
|
| 27 |
|
| 28 |
+
*Remarks:*
|
| 29 |
+
|
| 30 |
+
This constructor shall not participate in overload resolution unless
|
| 31 |
+
`is_error_code_enum_v<ErrorCodeEnum>` is `true`.
|
| 32 |
|