I guess I need a definition

This commit is contained in:
Barry Revzin 2022-07-27 07:50:29 -05:00
parent de3bbcff53
commit d29a28f623

View File

@ -326,6 +326,9 @@ template <typename CharT, CharT... C> struct string_literal {
}
};
template <typename CharT, CharT... C>
constexpr CharT string_literal<CharT, C...>::value[];
} // namespace detail
template <typename T> struct is_tuple_like {