This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r240547 - in /trunk/libstdc++-v3: ChangeLog doc...


Author: redi
Date: Tue Sep 27 15:14:24 2016
New Revision: 240547

URL: https://gcc.gnu.org/viewcvs?rev=240547&root=gcc&view=rev
Log:
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.

Added:
    trunk/libstdc++-v3/testsuite/26_numerics/headers/cmath/hypot.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/doc/xml/manual/status_cxx2017.xml
    trunk/libstdc++-v3/include/c_global/cmath


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]