2
0
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:
Vicente J. Botet Escriba
2018-10-18 18:59:49 +02:00
parent 8b5cd5f02a
commit e1b5f9d786
10 changed files with 21 additions and 21 deletions

View File

@@ -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);
}