diff --git a/include/fmt/format.h b/include/fmt/format.h index 67d9caffde648..265f1ae8917b7 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -4362,7 +4362,7 @@ template constexpr auto operator""_a() { return detail::udl_arg(); } # else -constexpr auto operator"" _a(const char* s, size_t) -> detail::udl_arg { +constexpr auto operator""_a(const char* s, size_t) -> detail::udl_arg { return {s}; } # endif