EricWF updated this revision to Diff 59324.
EricWF added a comment.
- Make not_fn call operator conditionally noexcept.
- Make 'std::invoke' conditionally noexcept as well.
http://reviews.llvm.org/D20799
Files:
include/functional
test/std/utilities/function.objects/func.invoke/invoke.pass.c
EricWF created this revision.
EricWF added a reviewer: mclow.lists.
EricWF added a subscriber: cfe-commits.
Exactly what it sounds like.
I plan to commit this in a couple of days assuming no objections.
http://reviews.llvm.org/D20799
Files:
include/functional
test/std/utilities/function.obj