[libcxx-commits] [PATCH] D155185: [libc++] Work around dynamic linking of stringbuf::str() on Windows

Piotr Fusik via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Jul 15 02:27:57 PDT 2023


pfusik marked an inline comment as done.
pfusik 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
----------------
h-vetinari wrote:
> So clang>=17 doesn't have this bug anymore? I ask because https://github.com/llvm/llvm-project/issues/40363 is still open.
The plan is to fix this bug before the clang 17 release.


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