r268359 - in /trunk/libstdc++-v3: ChangeLog tes...

redi@gcc.gnu.org redi@gcc.gnu.org
Tue Jan 29 01:49:00 GMT 2019


Author: redi
Date: Tue Jan 29 01:49:36 2019
New Revision: 268359

URL: https://gcc.gnu.org/viewcvs?rev=268359&root=gcc&view=rev
Log:
Fix tests for complex overloads of std::arg and std::proj

The test for the synopsis of <complex> incorrectly adds constexpr to
two functions in C++2a mode, but the C++2a draft and the <complex>
header do not declare them constexpr.

	* testsuite/26_numerics/headers/complex/synopsis.cc: Remove incorrect
	constexpr specifiers from arg and proj.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/testsuite/26_numerics/headers/complex/synopsis.cc



More information about the Gcc-cvs mailing list