mirror of https://github.com/php/php-src
Browse Source
If a C++11 source is compiled, thread_local is preferred. Furthermore, at least GCC treats __thread vs. thread_local a different way and under certain circumstances would refuse to compile __thread is a C++11 source. This change is far behind in time, any up-to-date compiler supports C++11 and otherwise it won't take effect on lower versions.pull/2904/merge
1 changed files with 7 additions and 3 deletions
Loading…
Reference in new issue