WCDH-thread_local.rst 379 B

1234567
  1. WriteCompilerDetectionHeader thread_local portability
  2. -----------------------------------------------------
  3. * The :module:`WriteCompilerDetectionHeader` module learned to
  4. create a define for portability of the cxx_thread_local feature. The define
  5. expands to either the C++11 ``thread_local`` keyword, or a
  6. pre-standardization compiler-specific equivalent, as appropriate.