Commit a2ca762
committed
🚸 Improve help message for
Problem:
- When converting a `format_result` to a `ct_string`, if it has runtime format
arguments, the message does not make the contents of the `format_result` clear.
Solution:
- Use a better assertion.
Note:
- We cannot use a formatted `STATIC_ASSERT` here of course, because `ct_format`
provides the mechanism for `STATIC_ASSERT`.format_result conversion1 parent e3e8ffb commit a2ca762
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments