summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
diff options
context:
space:
mode:
authorPaolo Carlini <paolo.carlini@oracle.com>2009-08-07 10:13:44 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2009-08-07 10:13:44 +0000
commitac517fcbcc6b466090863ad95300c6ebeccfd0ef (patch)
tree0f3309c2493e1788c94da391e50a2e33d6967ead /libstdc++-v3/include
parent1c939d817555244adf45254697fda25717746c95 (diff)
downloadgcc-ac517fcbcc6b466090863ad95300c6ebeccfd0ef.tar.gz
hash.cc (hash<string>::operator()(string), hash<wstring>::operator()(wstring)): Do not decorate as throwing nothing.
2009-08-07 Paolo Carlini <paolo.carlini@oracle.com> * src/hash.cc (hash<string>::operator()(string), hash<wstring>::operator()(wstring)): Do not decorate as throwing nothing. * include/bits/functional_hash.h (hash<error_code>:: operator()(error_code)): Likewise. From-SVN: r150566
Diffstat (limited to 'libstdc++-v3/include')
-rw-r--r--libstdc++-v3/include/bits/functional_hash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/include/bits/functional_hash.h b/libstdc++-v3/include/bits/functional_hash.h
index c21abfe08b2..78b0aa3cf66 100644
--- a/libstdc++-v3/include/bits/functional_hash.h
+++ b/libstdc++-v3/include/bits/functional_hash.h
@@ -1,6 +1,6 @@
// functional_hash.h header -*- C++ -*-
-// Copyright (C) 2007, 2009 Free Software Foundation, Inc.
+// Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
@@ -61,7 +61,7 @@ namespace std
template<>
_GLIBCXX_PURE size_t
- hash<error_code>::operator()(error_code) const throw ();
+ hash<error_code>::operator()(error_code) const;
}
#endif // _FUNCTIONAL_HASH_H