util/TemplateString: remove unnecessary implementation for static variable

This is obsolete since C++17.
This commit is contained in:
Max Kellermann 2020-10-23 11:59:15 +02:00 committed by Max Kellermann
parent de58bfbb7f
commit e7c4e87ac4

View File

@ -43,9 +43,6 @@ struct Construct {
static constexpr std::size_t size = sizeof...(_value);
};
template<char... _value>
constexpr char Construct<_value...>::value[];
/**
* An empty string.
*/