offa / scope-guard

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

Replacing of the factory functions? #81

Closed offa closed 6 years ago

offa commented 6 years ago

As the factory functions are no longer specified, should they still stay implemented or get removed?

See #64, #80

offa commented 6 years ago

Possible solution: Deprecated in v0.2.0 and remove later in v0.2.x.

offa commented 6 years ago

As deduction guides should do the same (but simpler), i think there's no need to keep them (not even in detail NS).

offa commented 6 years ago

The deduction guides make the factory functions unnecessary. They are much easier and simpler to use. Therefore they will be deprecated ans removed in a future release.

offa commented 6 years ago

See #88 and #89.