Work around a bug with MSVC 10 where it fails to recognize a valid use
authorChandler Carruth <chandlerc@gmail.com>
Sat, 16 Jun 2012 03:54:11 +0000 (03:54 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 16 Jun 2012 03:54:11 +0000 (03:54 +0000)
commit7027ba92dd7381188d3014d2ae1d9bedef9a218e
tree05ad83d18c9895e3e7b2576596445e18f5e11fe5
parent06e6c385cbf550ab73ad70bd3e02d9ad2fd3089c
Work around a bug with MSVC 10 where it fails to recognize a valid use
of typename. GCC and Clang were fine with this, but MSVC won't accept
it. Fortunately, it also doesn't need it. Yuck.

Thanks to Nakamura for pointing this out in IRC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158593 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/ADT/DenseMapTest.cpp