Commit bf6cc8c3 authored by Igor Chorazewicz's avatar Igor Chorazewicz
Browse files

Fix warning in enumerable_thread_specific class

template <typename ...> typename is only allowed since C++17.
It should be template <typename ...> class.
parent 8e390f36
Supports Markdown
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