diff options
author | jorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-24 01:20:08 +0000 |
---|---|---|
committer | jorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-24 01:20:08 +0000 |
commit | 4f9b2a7e42fc567073f4999a888b3140bec460bb (patch) | |
tree | 9e8f6fce73b21e6c53931b36c68d7b40d8090301 /chrome/renderer | |
parent | 6e282c938d74f513dc5a92c2d96cfd955ac05d9b (diff) | |
download | chromium_src-4f9b2a7e42fc567073f4999a888b3140bec460bb.zip chromium_src-4f9b2a7e42fc567073f4999a888b3140bec460bb.tar.gz chromium_src-4f9b2a7e42fc567073f4999a888b3140bec460bb.tar.bz2 |
I'm apparently the first one who's tried to do hash_map<string16, ...>. Unfortunately, hash_map<> does not know how to hash a string16 when string16 isn't a wstring. I looked in <tr1/functional> and saw that only std::string and std::wstring have hashing functions.
This change adds a hashing function for string16's when they're not the same as a std::wstring.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/160062
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21494 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/renderer')
0 files changed, 0 insertions, 0 deletions