Commit e7c4e87a authored by Max Kellermann's avatar Max Kellermann Committed by Max Kellermann

util/TemplateString: remove unnecessary implementation for static variable

This is obsolete since C++17.
parent de58bfbb
......@@ -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.
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment