Skip to content
Snippets Groups Projects
  • Sam Yates's avatar
    Wrap std::function for sup::on_scope_exit. (#665) · f0b5892c
    Sam Yates authored
    * 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.
    Unverified
    f0b5892c