summaryrefslogtreecommitdiff
path: root/config_cxx.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2020-08-06 16:47:43 -0400
committerJeffrey Walton <noloader@gmail.com>2020-08-06 16:47:43 -0400
commit64dd117f452c8dd7ec3fdfb2852135a6160e815f (patch)
tree2c7d02ff4b7f0c357b64cf771c4131b92ffb027a /config_cxx.h
parentd929747bc1f0513d8d23216793fae6263e707e56 (diff)
downloadcryptopp-git-64dd117f452c8dd7ec3fdfb2852135a6160e815f.tar.gz
Update comments
Diffstat (limited to 'config_cxx.h')
-rw-r--r--config_cxx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config_cxx.h b/config_cxx.h
index ad67f26b..7f98b24a 100644
--- a/config_cxx.h
+++ b/config_cxx.h
@@ -119,6 +119,7 @@
// MS at VS2015 with Vista (19.00); GCC at 4.3; LLVM Clang at 2.9; Apple Clang at 4.0; Intel 11.1; SunCC 5.13.
// Microsoft's implementation only works for Vista and above, so its further
// limited. http://connect.microsoft.com/VisualStudio/feedback/details/1789709
+// Clang may not support this as early as we indicate. Also see https://bugs.llvm.org/show_bug.cgi?id=47012.
#if (__cpp_threadsafe_static_init >= 200806) || \
(CRYPTOPP_MSC_VERSION >= 1900) && ((WINVER >= 0x0600) || (_WIN32_WINNT >= 0x0600)) || \
(CRYPTOPP_LLVM_CLANG_VERSION >= 20900) || (CRYPTOPP_APPLE_CLANG_VERSION >= 40000) || \