offa / scope-guard

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

Does type R still require a Wrapper? #131

Closed offa closed 6 years ago

offa commented 6 years ago

Does type R still require a Wrapper or is the implementation straight forward now?

offa commented 6 years ago

Without the wrapper it's possible to implement closer to P0052 wording.

offa commented 6 years ago

Yes, as it needs proper safety against leaks.