[PATCH] D23956: Fix DensetSet::insert_as() for MSVC2015 (NFC)

Chandler Carruth via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 26 23:21:48 PDT 2016


chandlerc accepted this revision.
chandlerc added a comment.
This revision is now accepted and ready to land.

Provided this fixes the issue users are seeing with certain host compilers, it seems a good approach.

Not sure if you want to leave a comment about intentionally avoiding calling from one overload to the other?

Either way, feel free to submit if this helps folks.


https://reviews.llvm.org/D23956





More information about the llvm-commits mailing list