offa / scope-guard

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

Update default type S of make_unique_resource() #132

Closed offa closed 6 years ago

offa commented 6 years ago

Update default type S of make_unique_resource(). It's decay_t<R> now.

Ref. #117