Remove whitespace in operator"" _a
Clang 18 warns about this whitespace. Resolves #3607
This commit is contained in:
parent
0bffed8957
commit
d376f1943f
@ -4428,7 +4428,7 @@ template <detail_exported::fixed_string Str> constexpr auto operator""_a() {
|
|||||||
return detail::udl_arg<char_t, sizeof(Str.data) / sizeof(char_t), Str>();
|
return detail::udl_arg<char_t, sizeof(Str.data) / sizeof(char_t), Str>();
|
||||||
}
|
}
|
||||||
# else
|
# else
|
||||||
constexpr auto operator"" _a(const char* s, size_t) -> detail::udl_arg<char> {
|
constexpr auto operator""_a(const char* s, size_t) -> detail::udl_arg<char> {
|
||||||
return {s};
|
return {s};
|
||||||
}
|
}
|
||||||
# endif
|
# endif
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user