Skip to content
Snippets Groups Projects
Unverified Commit f0b5892c authored by Sam Yates's avatar Sam Yates Committed by GitHub
Browse files

Wrap std::function for sup::on_scope_exit. (#665)

* Provide a helper wrapper for use behind the scenes in the
implementation of `sup::on_scope_exit` so that we can work around
`std::function` not being nothrow move constructible (and maintaining
the nothrow move on the `sup::scope_exit` structure).

Fixes #664.
parent 6db581c1
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment