]> git.ipfire.org Git - thirdparty/gcc.git/commit
functional_hash.h (hash<long double>::operator()(long double)): Only declare.
authorPaolo Carlini <pcarlini@suse.de>
Tue, 20 Nov 2007 12:34:44 +0000 (12:34 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Tue, 20 Nov 2007 12:34:44 +0000 (12:34 +0000)
commita0ba4e53fdbf2c06629de9f1fcd26c2b663b3461
treecbe06512d6ef5d5b47b3daedafa8e07deabca0ae
parent7ef249e59f5763183e110ad98531645f3030a82c
functional_hash.h (hash<long double>::operator()(long double)): Only declare.

2007-11-20  Paolo Carlini  <pcarlini@suse.de>

* include/tr1_impl/functional_hash.h
(hash<long double>::operator()(long double)): Only declare.
* src/hash.cc: Define here.
* config/abi/pre/gnu.ver: Adjust exports.
* include/tr1/functional: Do not include <cmath>.
* include/std/functional: Likewise.

* include/std/functional: Include <new>.

From-SVN: r130312
libstdc++-v3/ChangeLog
libstdc++-v3/config/abi/pre/gnu.ver
libstdc++-v3/include/std/functional
libstdc++-v3/include/tr1/functional
libstdc++-v3/include/tr1_impl/functional_hash.h
libstdc++-v3/src/hash.cc