mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-09 15:15:46 +08:00
* include/bits/functional_hash.h: Fix grammar in comment.
From-SVN: r230097
This commit is contained in:
parent
94852c8ec4
commit
fb9333352b
@ -1,3 +1,7 @@
|
||||
2015-11-10 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
* include/bits/functional_hash.h: Fix grammar in comment.
|
||||
|
||||
2015-11-09 François Dumont <fdumont@gcc.gnu.org>
|
||||
|
||||
* include/bits/stl_algo.h
|
||||
|
@ -239,9 +239,9 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
|
||||
|
||||
// @} group hashes
|
||||
|
||||
// Hint about performance of hash functor. If not fast the hash based
|
||||
// Hint about performance of hash functor. If not fast the hash-based
|
||||
// containers will cache the hash code.
|
||||
// Default behavior is to consider that hasher are fast unless specified
|
||||
// Default behavior is to consider that hashers are fast unless specified
|
||||
// otherwise.
|
||||
template<typename _Hash>
|
||||
struct __is_fast_hash : public std::true_type
|
||||
|
Loading…
Reference in New Issue
Block a user