forked from boostorg/unordered
fixed initialization of concurrent_table:🧵counter
This commit is contained in:
@ -1118,7 +1118,7 @@ private:
|
||||
};
|
||||
|
||||
template<typename T,typename H,typename P,typename A>
|
||||
std::atomic<std::size_t> concurrent_table<T,H,P,A>::thread_counter=0;
|
||||
std::atomic<std::size_t> concurrent_table<T,H,P,A>::thread_counter={};
|
||||
|
||||
#if defined(BOOST_MSVC)
|
||||
#pragma warning(pop) /* C4714 */
|
||||
|
Reference in New Issue
Block a user