diff options
author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-11-20 12:34:44 +0000 |
---|---|---|
committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-11-20 12:34:44 +0000 |
commit | 67309f77cfcbd1da4624f2ed26b2cef4d1382d07 (patch) | |
tree | cbe06512d6ef5d5b47b3daedafa8e07deabca0ae /libstdc++-v3/include/std | |
parent | acad81e574ead3b64a789a0ca82be7be442c1317 (diff) | |
download | gcc-67309f77cfcbd1da4624f2ed26b2cef4d1382d07.tar.gz |
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>.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130312 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/std')
-rw-r--r-- | libstdc++-v3/include/std/functional | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/std/functional b/libstdc++-v3/include/std/functional index 83bf85aef29..6b0ca04bece 100644 --- a/libstdc++-v3/include/std/functional +++ b/libstdc++-v3/include/std/functional @@ -58,8 +58,8 @@ # if defined(_GLIBCXX_INCLUDE_AS_TR1) # error C++0x header cannot be included from TR1 header # endif -# include <cmath> # include <typeinfo> +# include <new> # include <tuple> # include <type_traits> # include <bits/stringfwd.h> |