[libcxx-commits] [PATCH] D61748: [libc++] [test] Use std::nextafter() instead of std::nexttoward()

Michał Górny via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue May 14 06:52:31 PDT 2019


mgorny added a comment.

It's `nexttowardl()` that's missing in nb8. I don't really know why, probably nobody needed it at the point (I guess because it's no different than `nextafterl()`), it was put as `TODO` and forgotten. I've added it to nb9 but the backport to nb8 is currently blocked on some ABI stability debate. Until that's resolved, and since it doesn't seem to make any difference here, the change makes it possible to make tests pass again.


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

https://reviews.llvm.org/D61748





More information about the libcxx-commits mailing list