From ac517fcbcc6b466090863ad95300c6ebeccfd0ef Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Fri, 7 Aug 2009 10:13:44 +0000 Subject: hash.cc (hash::operator()(string), hash::operator()(wstring)): Do not decorate as throwing nothing. 2009-08-07 Paolo Carlini * src/hash.cc (hash::operator()(string), hash::operator()(wstring)): Do not decorate as throwing nothing. * include/bits/functional_hash.h (hash:: operator()(error_code)): Likewise. From-SVN: r150566 --- libstdc++-v3/include/bits/functional_hash.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libstdc++-v3/include') 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::operator()(error_code) const throw (); + hash::operator()(error_code) const; } #endif // _FUNCTIONAL_HASH_H -- cgit v1.2.1