I guess I need a definition
This commit is contained in:
parent
de3bbcff53
commit
d29a28f623
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user