]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/include/Makefile.in
cmath (__pow_helper): Remove.
authorPaolo Carlini <paolo.carlini@oracle.com>
Mon, 27 Sep 2010 09:27:05 +0000 (09:27 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Mon, 27 Sep 2010 09:27:05 +0000 (09:27 +0000)
commitf3961bdf99769d7fb9ed66283a6520b519cc8773
treee91a88e04ef45c0add337e06a9114ba5e687d471
parent6300156042c8ea54f146abe9a7deb9c7ebdef655
cmath (__pow_helper): Remove.

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.

From-SVN: r164645
libstdc++-v3/ChangeLog
libstdc++-v3/acinclude.m4
libstdc++-v3/configure
libstdc++-v3/include/Makefile.am
libstdc++-v3/include/Makefile.in
libstdc++-v3/include/c_global/cmath
libstdc++-v3/include/c_global/cmath.tcc [deleted file]
libstdc++-v3/include/c_std/cmath
libstdc++-v3/include/c_std/cmath.tcc [deleted file]
libstdc++-v3/include/std/complex