[libcxx-commits] [PATCH] D61014: Implement std::midpoint for floating point types

Marshall Clow via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Apr 23 14:41:12 PDT 2019


mclow.lists updated this revision to Diff 196332.
mclow.lists added a comment.

Updated the `<version>` header using the tool.
Fixed the check to use `ASSERT_SAME_TYPE` and `ASSERT_NOEXCEPT`


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

https://reviews.llvm.org/D61014

Files:
  libcxx/docs/FeatureTestMacroTable.rst
  libcxx/include/numeric
  libcxx/include/version
  libcxx/test/std/language.support/support.limits/support.limits.general/numeric.version.pass.cpp
  libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
  libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint/midpoint.float.pass.cpp
  libcxx/test/support/fp_compare.h
  libcxx/utils/generate_feature_test_macro_components.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61014.196332.patch
Type: text/x-patch
Size: 13733 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190423/a4ade230/attachment-0001.bin>


More information about the libcxx-commits mailing list