offa / scope-guard

Implementation of Scoped Guards and Unique Resource as proposed in P0052.
MIT License
46 stars 6 forks source link

Review and update scope_guard ctor, mctor and dtor noexcept guarantees and implementation #121

Closed offa closed 6 years ago

offa commented 6 years ago

Review and update scope_guard ctor, mctor and dtor noexcept guarantees and implementation (§ 7.5.2). is _nothrow_contructible<EF, EFP&> has been added.

Ref. #117