offa / scope-guard

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

Is the definition of the scope guard implementation ctor still necessary? #134

Closed offa closed 6 years ago

offa commented 6 years ago

Is the definition of the scope guard implementation ctor still necessary? Or can the be solved by a simple using declaration?

offa commented 6 years ago

Relates to #121