offa / scope-guard

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

Type of std::reference_wrapper needs a remove_reference_t #125

Closed offa closed 6 years ago

offa commented 6 years ago

Type of std::reference_wrapper needs a std::remove_reference_t (class Wrapper, L-Value implementation).

Ref. #117