Skip to content

Releases: DarkerStar/libindi-scope

Primordial ooze

01 May 12:13
v0.1.0
60c5d21
Compare
Choose a tag to compare

This is the first release of libindi-scope. It’s a version-zero release, so it’s not ready for real use yet.

This release includes first drafts of all three proposed scope guard types:

  • indi::scope_exit<F>
  • indi::scope_success<F>
  • indi::scope_fail<F>

All three should be feature-complete with the current (R10) release of P0052.

Note that this release does not include unique_resource<R, D>.