Add missing definitions of key_type and value_type to DenseSet.
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 8 Jan 2014 21:38:04 +0000 (21:38 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 8 Jan 2014 21:38:04 +0000 (21:38 +0000)
commit54c69e13774808d39945ff8efb12313f9677bc10
tree470eab8df55d151885696657f55552ba7d633314
parentd13e173eb627276ab546b05195c05fcbdf6a8baa
Add missing definitions of key_type and value_type to DenseSet.

This matches std::set and allows using DenseSet with the functions
in SetOperations.h

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198793 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/DenseSet.h