From d29a28f623af90ec487727fc824b0fc6dfda6221 Mon Sep 17 00:00:00 2001 From: Barry Revzin Date: Wed, 27 Jul 2022 07:50:29 -0500 Subject: [PATCH] I guess I need a definition --- include/fmt/ranges.h | 3 +++ 1 file changed, 3 insertions(+) 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 {