[libcxx-commits] [PATCH] D118238: [libcxx] [test] Simplify the handling of platform specific NAN formatting in put_long_double

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Feb 14 08:53:59 PST 2022


Mordante added a comment.

In D118238#3319384 <https://reviews.llvm.org/D118238#3319384>, @Quuxplusone wrote:

> I suggest an alternative approach, but I see no reason to block over that, so might as well accept. Feel free to adopt the `IF_GLIBC` idea or not, I guess.

I don't mind that approach, but then I prefer a global macro. There are more localization tests disabled due to glibc giving a different result.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118238



More information about the libcxx-commits mailing list