This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r150566 - in /trunk/libstdc++-v3: ChangeLog inc...
- From: paolo at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Fri, 07 Aug 2009 10:13:45 -0000
- Subject: r150566 - in /trunk/libstdc++-v3: ChangeLog inc...
Author: paolo
Date: Fri Aug 7 10:13:44 2009
New Revision: 150566
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150566
Log:
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.
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/include/bits/functional_hash.h
trunk/libstdc++-v3/src/hash.cc