[libcxx-commits] [PATCH] D125184: [libc++] work around std::to_string() and _LIBCPP_DEBUG == 1 crashing

Luboš Luňák via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun May 8 05:45:23 PDT 2022


llunak abandoned this revision.
llunak added a comment.

This is getting too hackish, so I'm abandoning this.

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

> If you want to know a bit more about the debug mode plans you can read D122941 <https://reviews.llvm.org/D122941>.

Seems reasonable after skimming through it. Fine with me as long there's a simple way to switch between debug and non-debug mode, and as long as mixing libraries using and not using debug mode is detected e.g. by link errors instead of by crashing/misbehaving.


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

https://reviews.llvm.org/D125184



More information about the libcxx-commits mailing list