Update and simplify some code for C++14#9071
Conversation
|
Starting build on |
|
Build failed on mac1014/python3. Warnings:
|
|
Build failed on mac11.0/cxx17. Warnings:
Failing tests: |
ROOT now requires at least C++14.
Rely on thread_local from C++11 unconditionally and remove the case from !__cplusplus, where R__HAS_THREAD_LOCAL would never be set.
|
Starting build on |
|
Build failed on mac1014/python3. Warnings:
|
| # define TTHREAD_TLS_PTR(name) &name | ||
|
|
||
| #elif defined(R__HAS_THREAD_LOCAL) | ||
| #else |
There was a problem hiding this comment.
We can also remove the #ifdef __CINT__ section :)
There was a problem hiding this comment.
Let's leave this for another PR ;)
|
Build failed on mac11.0/cxx17. Warnings:
Failing tests: |
Closes #8643