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

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 10 15:27:36 PDT 2023


philnik added a comment.

In D157602#4578069 <https://reviews.llvm.org/D157602#4578069>, @mstorsjo wrote:

> What differs in the real world deployments vs what's tested in the libcxx CI; what test config would be needed to catch this in the CI?

I think we'd just have to test older C++ versions on windows. Also note that this is fundamentally a Clang bug that we are working around here.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D157602/new/

https://reviews.llvm.org/D157602



More information about the libcxx-commits mailing list