Fix clang compile warning
This commit is contained in:
parent
fac60bd4f5
commit
a45c1cc334
@ -4426,7 +4426,7 @@ template <detail_exported::fixed_string Str> constexpr auto operator""_a() {
|
||||
return detail::udl_arg<char_t, sizeof(Str.data) / sizeof(char_t), Str>();
|
||||
}
|
||||
# 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};
|
||||
}
|
||||
# endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user