Fix warning in enumerable_thread_specific class
template <typename ...> typename is only allowed since C++17. It should be template <typename ...> class.
parent
8e390f36
Please register or sign in to comment
template <typename ...> typename is only allowed since C++17. It should be template <typename ...> class.