r164645 - in /trunk/libstdc++-v3: ChangeLog aci...

paolo@gcc.gnu.org paolo@gcc.gnu.org
Mon Sep 27 09:27:00 GMT 2010


Author: paolo
Date: Mon Sep 27 09:27:05 2010
New Revision: 164645

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

	* include/c_std/cmath (__pow_helper): Remove.
	(__cmath_power): Remove declaration.
	* include/c_global/cmath: Likewise.
	* include/std/complex (__complex_pow_unsigned): Add.
	(pow(const complex<_Tp>&, int)): Use the latter.
	* include/c_std/cmath.tcc: Remove file.
	* include/c_global/cmath.tcc: Likewise.
	* acinclude.m4: Adjust.
	* include/Makefile.am: Likewise.
	* configure: Regenerate.
	* include/Makefile.in: Likewise.

Removed:
    trunk/libstdc++-v3/include/c_global/cmath.tcc
    trunk/libstdc++-v3/include/c_std/cmath.tcc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/acinclude.m4
    trunk/libstdc++-v3/configure
    trunk/libstdc++-v3/include/Makefile.am
    trunk/libstdc++-v3/include/Makefile.in
    trunk/libstdc++-v3/include/c_global/cmath
    trunk/libstdc++-v3/include/c_std/cmath
    trunk/libstdc++-v3/include/std/complex



More information about the Libstdc++-cvs mailing list