We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e3e8ffb + a2ca762 commit 3cb1a05Copy full SHA for 3cb1a05
1 file changed
include/stdx/ct_format.hpp
@@ -41,7 +41,7 @@ template <typename Str, typename Args> struct format_result {
41
}
42
43
friend constexpr auto operator+(format_result const &) {
44
- static_assert(decltype(ct_string_convertible())::value,
+ static_assert(always_false_v<format_result>,
45
"Unary operator+ can only be used on a format_result "
46
"without any runtime arguments");
47
0 commit comments