Ricab Scope Guard Versions Save

A modern C++ scope guard that is easy to use but hard to misuse.

v1.1.0

1 year ago

What's Changed

Scope Guard

CI and testing

Docs

New Contributors

Full Changelog: https://github.com/ricab/scope_guard/compare/v1.0.0...v1.1.0

v1.0.0

2 years ago

v0.2.3

6 years ago

This is a development release and it may be subject to breaking changes. It is meant as a candidate for review and changes only minor details since the previous release.

v0.2.2

6 years ago

This is a development release and it may be subject to breaking changes. It is meant as a candidate for review and changes only minor details since the previous release.

v0.2.1

6 years ago

This is a development release and it may be subject to breaking changes.

  • disposes of extra maker level (while keeping MSVC compatibility)
  • polishes documentation

v0.2.0

6 years ago

This is the second development version and it may be subject to breaking changes.

  • works around MSVC bugs (as commented in the code)
  • addresses MSVC warnings
  • fixes Visual Studio build
  • works around core language defect DR 1467 (as commented in the code)
  • adds continuous integration in diverse platforms/compilers, with Travis and AppVeyor
  • adds code coverage with Codecov
  • revises and expands documentation
  • discusses design decisions in detail
  • adds SFINAE usage example

v0.1.0

6 years ago

The first development version. It may be subject to any breaking changes.