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

Owen Anderson resistor at mac.com
Wed Jan 8 13:59:08 PST 2014


On Jan 8, 2014, at 1:52 PM, Chandler Carruth <chandlerc at google.com> wrote:

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

Sounds like some additional discussion of when DenseSet is appropriate could be useful in ProgrammersManual.html !

—Owen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140108/fd1fac52/attachment.html>


More information about the llvm-commits mailing list