diff options
author | Giacomo Pozzoni <giacomopoz@gmail.com> | 2020-07-18 19:34:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-18 21:34:45 +0200 |
commit | 00b16992f1ae3bf14ab5fe6366028a2b8648bfa0 (patch) | |
tree | ced68a8d7cdea1a3b7932d8cec8a794e083bdac0 /dep | |
parent | e6e5775be83d07c3221d6690f11184246bec4bf1 (diff) |
Core/Threads: Replace Boost TLS with C++11 one (#15782)
* Core/Threads: Replace Boost TLS with C++11 one
Replace boost::thread_specific_ptr<T> thread-local storage with C++11 thread_local to remove libboost_thread dependency from common project
* Fix no-pch build
Diffstat (limited to 'dep')
0 files changed, 0 insertions, 0 deletions