diff --git a/include/fmt/ranges.h b/include/fmt/ranges.h index 98110b7b..f82e7164 100644 --- a/include/fmt/ranges.h +++ b/include/fmt/ranges.h @@ -326,6 +326,9 @@ template struct string_literal { } }; +template +constexpr CharT string_literal::value[]; + } // namespace detail template struct is_tuple_like {