mirror of
https://github.com/boostorg/thread.git
synced 2026-02-08 23:22:13 +00:00
Try to catch the CircleCi clang issues.
This commit is contained in:
@@ -149,7 +149,7 @@ namespace boost
|
||||
|
||||
boost::detail::thread_data_base* get_current_thread_data()
|
||||
{
|
||||
boost::call_once(current_thread_tls_init_flag,create_current_thread_tls_key);
|
||||
boost::call_once(current_thread_tls_init_flag,&create_current_thread_tls_key);
|
||||
return (boost::detail::thread_data_base*)pthread_getspecific(current_thread_tls_key);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user