Define 3-argument overloads of std::hypot for C++17 (P0030R1)
authorJonathan Wakely <jwakely@redhat.com>
Tue, 27 Sep 2016 15:14:24 +0000 (16:14 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 27 Sep 2016 15:14:24 +0000 (16:14 +0100)
commitb658669de074fae705630470d21fa3d95fbc731f
tree745f18511e18a17827acf72d43f7cd40ee459159
parent0cb14750e7723c50011c6c9c73dca6e8608486e5
Define 3-argument overloads of std::hypot for C++17 (P0030R1)

* doc/xml/manual/status_cxx2017.xml: Update status.
* include/c_global/cmath (hypot): Add three-dimensional overloads.
* testsuite/26_numerics/headers/cmath/hypot.cc: New.

From-SVN: r240547
libstdc++-v3/ChangeLog
libstdc++-v3/doc/xml/manual/status_cxx2017.xml
libstdc++-v3/include/c_global/cmath
libstdc++-v3/testsuite/26_numerics/headers/cmath/hypot.cc [new file with mode: 0644]