util/TemplateString: remove unnecessary implementation for static variable
This is obsolete since C++17.
This commit is contained in:
parent
de58bfbb7f
commit
e7c4e87ac4
@ -43,9 +43,6 @@ struct Construct {
|
|||||||
static constexpr std::size_t size = sizeof...(_value);
|
static constexpr std::size_t size = sizeof...(_value);
|
||||||
};
|
};
|
||||||
|
|
||||||
template<char... _value>
|
|
||||||
constexpr char Construct<_value...>::value[];
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An empty string.
|
* An empty string.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user