summaryrefslogtreecommitdiff
path: root/Help/release/dev/WCDH-thread_local.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/release/dev/WCDH-thread_local.rst')
-rw-r--r--Help/release/dev/WCDH-thread_local.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/Help/release/dev/WCDH-thread_local.rst b/Help/release/dev/WCDH-thread_local.rst
deleted file mode 100644
index 44516a78e0..0000000000
--- a/Help/release/dev/WCDH-thread_local.rst
+++ /dev/null
@@ -1,7 +0,0 @@
-WriteCompilerDetectionHeader thread_local portability
------------------------------------------------------
-
-* The :module:`WriteCompilerDetectionHeader` module learned to
- create a define for portability of the cxx_thread_local feature. The define
- expands to either the C++11 ``thread_local`` keyword, or a
- pre-standardization compiler-specific equivalent, as appropriate.