offa / scope-guard

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

Remove deduction guide for reference wrapper #98

Closed offa closed 6 years ago

offa commented 6 years ago

Remove deduction guide for reference wrapper. It has been removed from the proposal.

offa commented 6 years ago

Ref. #95