Remove wxUSE_COMPILER_TLS and always use C++11 thread_local
Don't use compiler-specific __thread and use the standard keyword instead. Keep the existing TLS-related macros for compatibility, but remove our custom implementation of them, so that they're always trivial now.
This commit is contained in:
parent
5845312825
commit
4e802e6fc7
24 changed files with 45 additions and 734 deletions
|
|
@ -173,8 +173,6 @@
|
|||
|
||||
#cmakedefine01 wxUSE_PRINTF_POS_PARAMS
|
||||
|
||||
#cmakedefine01 wxUSE_COMPILER_TLS
|
||||
|
||||
|
||||
#cmakedefine01 wxUSE_STL
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue