This is an archive of the discontinued LLVM Phabricator instance.

Add C++17 std::not_fn negator.
ClosedPublic

Authored by EricWF on May 30 2016, 2:01 PM.

Details

Summary

Exactly what it sounds like.

I plan to commit this in a couple of days assuming no objections.

Diff Detail

Event Timeline

EricWF updated this revision to Diff 58997.May 30 2016, 2:01 PM
EricWF retitled this revision from to Add C++17 std::not_fn negator..
EricWF updated this object.
EricWF added a reviewer: mclow.lists.
EricWF added a subscriber: cfe-commits.
EricWF updated this revision to Diff 59324.Jun 1 2016, 6:02 PM
  • Make not_fn call operator conditionally noexcept.
  • Make 'std::invoke' conditionally noexcept as well.
EricWF accepted this revision.Jun 1 2016, 6:30 PM
EricWF added a reviewer: EricWF.
This revision is now accepted and ready to land.Jun 1 2016, 6:30 PM
EricWF closed this revision.Jun 1 2016, 6:32 PM