Teach the hashing facilities how to hash std::string objects.
authorChandler Carruth <chandlerc@gmail.com>
Sun, 4 Mar 2012 10:23:15 +0000 (10:23 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 4 Mar 2012 10:23:15 +0000 (10:23 +0000)
commit9406da6e664a24c8e408cbba63daf162ca166ed9
tree4f98485a81a21181813c819457cc02109c2927a9
parent21d60d51618e03a970aa4c00a0d157abceedb3e7
Teach the hashing facilities how to hash std::string objects.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152000 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/Hashing.h
unittests/ADT/HashingTest.cpp