offa / scope-guard

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

Ctor requires is_constructible_v<R, RR> and is_constructible_v<D, DD> #123

Closed offa closed 6 years ago

offa commented 6 years ago

Ctor requires is_constructible_v<R, RR> and is_constructible_v<D, DD>.

Ref. #117