diff options
| author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-09-09 00:05:13 +0000 |
|---|---|---|
| committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-09-09 00:05:13 +0000 |
| commit | 5c813b2c637387fb4a484a338cac9ba2d783cc02 (patch) | |
| tree | 607455f53d5c4fb48f9a1d7211074f664a7fe573 /libstdc++-v3/include/tr1/functional | |
| parent | 4c6979c586435d45f3af438bb76ff22f250024c7 (diff) | |
| download | ppe42-gcc-5c813b2c637387fb4a484a338cac9ba2d783cc02.tar.gz ppe42-gcc-5c813b2c637387fb4a484a338cac9ba2d783cc02.zip | |
2007-09-08 Benjamin Kosnik <bkoz@redhat.com>
* include/bits/functional_hash.h: Add ext/numeric_traits.h.
* include/tr1/functional_hash.h Same.
* include/tr1/functional: Remove string, ext/type_traits.h includes.
* include/tr1_impl/functional_hash.h: Move string, wstring
definitions for std::<hash>::operator into separate file.
* include/std/functional
* src/hash.cc: New, move definitions here.
* src/hash_c++0x.cc: Same.
* src/Makefile.am: Add new source files.
* configure: Regenerate.
* Makefile.in: Same.
* src/Makefile.in: Same.
* po/Makefile.in: Same.
* libmath/Makefile.in: Same.
* libsupc++/Makefile.in: Same.
* testsuite/Makefile.in: Same.
* config/abi/pre/gnu.ver: Add symbols.
* config/abi/pre/gnu-versioned-namespace.ver: Same, fix.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128278 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/tr1/functional')
| -rw-r--r-- | libstdc++-v3/include/tr1/functional | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libstdc++-v3/include/tr1/functional b/libstdc++-v3/include/tr1/functional index d3afe76409b..78f6b925eee 100644 --- a/libstdc++-v3/include/tr1/functional +++ b/libstdc++-v3/include/tr1/functional @@ -44,11 +44,10 @@ #include <bits/stl_function.h> #include <cmath> -#include <string> #include <typeinfo> -#include <ext/type_traits.h> #include <tr1/tuple> #include <tr1/type_traits> +#include <bits/stringfwd.h> #include <tr1/functional_hash.h> #if defined(_GLIBCXX_INCLUDE_AS_TR1) |

