[libcxx-commits] [PATCH] D155185: [libc++] Work around dynamic linking of stringbuf::str() on Windows
H. Vetinari via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jul 15 01:50:51 PDT 2023
h-vetinari added inline comments.
================
Comment at: libcxx/include/sstream:251
+// TODO(LLVM-19): Remove this once we drop support for Clang 16,
+// which had this bug: https://github.com/llvm/llvm-project/issues/40363
+#ifdef _WIN32
----------------
So clang>=17 doesn't have this bug anymore? I ask because https://github.com/llvm/llvm-project/issues/40363 is still open.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155185/new/
https://reviews.llvm.org/D155185
More information about the libcxx-commits
mailing list