This is an archive of the discontinued LLVM Phabricator instance.

Fix exponential complexity in operator< for std::tuple
ClosedPublic

Authored by matthew on Dec 16 2014, 10:42 AM.

Details

Reviewers
mclow.lists

Diff Detail

Repository
rL LLVM

Event Timeline

matthew updated this revision to Diff 17343.Dec 16 2014, 10:42 AM
matthew retitled this revision from to Fix exponential complexity in operator< for std::tuple.
matthew updated this object.
matthew edited the test plan for this revision. (Show Details)
matthew set the repository for this revision to rL LLVM.
matthew added a subscriber: Unknown Object (MLST).
mclow.lists accepted this revision.Dec 17 2014, 8:45 PM
mclow.lists added a reviewer: mclow.lists.
mclow.lists added a subscriber: mclow.lists.

This looks good to me.
Do you have commit access?
If not, I can commit it for you.

This revision is now accepted and ready to land.Dec 17 2014, 8:45 PM

No, I do not have commit access. I'd appreciate if you could commit it for me, thanks!

(Some necromancy here...)

mclow.lists closed this revision.Jun 23 2015, 8:08 AM

This was committed as revision 226641.