[libcxx-commits] [libcxx] [libcxx][test] Add feature for platforms where long double is double (PR #103903)

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 29 04:32:37 PDT 2024


frederick-vs-ja wrote:

Instead of add a platform feature, I think it's more flexible to add a macro to `test_macros.h`, which will make it easier to handle tests in `strong_order.pass.cpp`. Currently test cases for `long double` are unconditionally commented out, but they should be enabled for MSVC-like platforms.

https://github.com/llvm/llvm-project/pull/103903


More information about the libcxx-commits mailing list