[libcxx-commits] [PATCH] D125184: [libc++] fix std::to_string() crashing in debug mode

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon May 16 11:18:49 PDT 2022


Mordante added a comment.

In D125184#3516573 <https://reviews.llvm.org/D125184#3516573>, @philnik wrote:

> My main problem with this approach is that we add symbols to the dylib which we //know// will be obsolete in a few months, but we have to keep them forever due to ABI concerns.

I'm concerned about that too. That's why I think @ldionne should decide whether or not we want go in this direction.


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

https://reviews.llvm.org/D125184



More information about the libcxx-commits mailing list