r156940 - in /trunk/libstdc++-v3: ChangeLog inc...

paolo@gcc.gnu.org paolo@gcc.gnu.org
Sun Feb 21 19:55:00 GMT 2010


Author: paolo
Date: Sun Feb 21 19:55:17 2010
New Revision: 156940

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=156940
Log:
2010-02-21  Paolo Carlini  <paolo.carlini@oracle.com>

	* include/std/complex (proj): Change return type per DR 1137.
	(conj): Copy from tr1_impl, likewise adjust return type.
	* include/tr1_impl/complex (conj): Remove.
	* include/tr1/complex (conj): Add both overloads.
	* testsuite/26_numerics/complex/dr781.cc: Rename to...
	* testsuite/26_numerics/complex/dr781_dr1137.cc: ... this, and extend.

	* include/tr1_impl/complex (arg): Optimize.

Added:
    trunk/libstdc++-v3/testsuite/26_numerics/complex/dr781_dr1137.cc
      - copied, changed from r156937, trunk/libstdc++-v3/testsuite/26_numerics/complex/dr781.cc
Removed:
    trunk/libstdc++-v3/testsuite/26_numerics/complex/dr781.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/std/complex
    trunk/libstdc++-v3/include/tr1/complex
    trunk/libstdc++-v3/include/tr1_impl/complex



More information about the Libstdc++-cvs mailing list