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

Piotr Fusik via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Aug 16 07:48:41 PDT 2023


pfusik added a comment.

In D157602#4592023 <https://reviews.llvm.org/D157602#4592023>, @hans wrote:

> 



> Is your libcxx configured with `-DLIBCXX_ABI_UNSTABLE=ON`?

Tried this now. This alone does not trigger the problem in my config, but there are several other differences between my and your commands to check.

I will backport my fix later today.


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