Skip to content
Commit cb1f0cf5 authored by Lang Hames's avatar Lang Hames
Browse files

[ADT] Adds equality operators for DenseMap and DenseSet, and an initializer_list

constructor for DenseMap (DenseSet already had an initializer_list constructor).

These changes make it easier to migrate existing code that uses std::map and
std::set (which support initializer_list construction and equality comparison)
to DenseMap and DenseSet.

llvm-svn: 344522
parent 397704ca
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment