[llvm] r198793 - Add missing definitions of key_type and value_type to DenseSet.

Chandler Carruth chandlerc at google.com
Wed Jan 8 13:52:59 PST 2014


On Wed, Jan 8, 2014 at 4:38 PM, Matt Arsenault <Matthew.Arsenault at amd.com>wrote:

> 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
>

Just keep in mind that DenseSet is unusually expensive. I worry whenever
people are using DenseSet because it has strange costs associated with it.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140108/43bdfbf1/attachment.html>


More information about the llvm-commits mailing list