This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 26ff1b332 Update test to better check for the non-constexpr-ness of a m [...] new 321a1f890 Implement midpoint for floating point types. Reviewed as http [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: docs/FeatureTestMacroTable.rst | 2 + include/numeric | 20 +++- include/version | 2 + .../numeric.version.pass.cpp | 20 ++++ .../version.version.pass.cpp | 20 ++++ .../numeric.ops.midpoint/midpoint.float.pass.cpp | 113 +++++++++++++++++++++ test/support/fp_compare.h | 46 +++++++++ utils/generate_feature_test_macro_components.py | 6 ++ 8 files changed, 228 insertions(+), 1 deletion(-) create mode 100644 test/std/numerics/numeric.ops/numeric.ops.midpoint/midpoint.flo [...] create mode 100644 test/support/fp_compare.h