gcc/libstdc++-v3/testsuite/26_numerics/headers/complex
Jonathan Wakely 375d59849a 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.

From-SVN: r268359
2019-01-29 01:49:36 +00:00
..
synopsis.cc Fix tests for complex overloads of std::arg and std::proj 2019-01-29 01:49:36 +00:00