offa / scope-guard

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

Review unique_resource's ctor requirements and implementation #129

Closed offa closed 6 years ago

offa commented 6 years ago

Review unique_resource's ctor requirements and implementation.

Ref. #117

offa commented 6 years ago

The implementation also needs updates according to R/LValue handling.

offa commented 6 years ago

See #123, #127 and #128.