summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/include/std/unordered_set
diff options
context:
space:
mode:
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2010-02-22 18:07:07 +0000
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2010-02-22 18:07:07 +0000
commit2c63b18ae04dda5ac8d3eae675ff577fb5eed404 (patch)
tree693f10a9d6779d0b412ce48ee525da435130140f /libstdc++-v3/include/std/unordered_set
parentc21cf15cd9421a802ab70cd461d4e135e20db943 (diff)
downloadppe42-gcc-2c63b18ae04dda5ac8d3eae675ff577fb5eed404.tar.gz
ppe42-gcc-2c63b18ae04dda5ac8d3eae675ff577fb5eed404.zip
2010-02-22 Paolo Carlini <paolo.carlini@oracle.com>
* include/bits/functional_hash.h (hash<string>, hash<wstring>, hash<u16string>, hash<u32string>, hash<error_code>): Move, per DR 1182 to... * include/bits/basic_string.h: ... here. * include/std/system_error: ... and here, respectively. * src/hash-aux.cc (hash<long double>::operator()(long double)): Move definition... * src/hash_c++0x.cc: ... here, new file. * src/hash_tr1.cc: ... and here, tweak includes. * src/compatibility-c++0x.cc (hash, _Fnv_hash): Remove. * src/Makefile.am: Adjust. * src/Makefile.in: Regenerate. * include/std/functional: Include <bits/functexcept.h>. * include/std/unordered_set: Remove redundant include. * include/std/unordered_map: Likewise. * include/tr1/functional_hash.h: Remove spurious trailing semicolon. * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Remove dg-excess. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@156971 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/std/unordered_set')
-rw-r--r--libstdc++-v3/include/std/unordered_set1
1 files changed, 0 insertions, 1 deletions
diff --git a/libstdc++-v3/include/std/unordered_set b/libstdc++-v3/include/std/unordered_set
index 630ea9e9906..edbf8f11d8b 100644
--- a/libstdc++-v3/include/std/unordered_set
+++ b/libstdc++-v3/include/std/unordered_set
@@ -41,7 +41,6 @@
#include <bits/stl_algobase.h>
#include <bits/allocator.h>
#include <bits/stl_function.h> // equal_to, _Identity, _Select1st
-#include <bits/stringfwd.h>
#include <bits/functional_hash.h>
#include <bits/hashtable.h>
#include <bits/unordered_set.h>
OpenPOWER on IntegriCloud