Skip to content

Releases: stlab/enum-ops

v1.1.1

30 Oct 18:57

Choose a tag to compare

Updating to latest cpp-library. Contains a minor doc fix and simplified CI with updated dependencies.

v1.1.0

01 Oct 01:35
11a7734

Choose a tag to compare

What's Changed

  • Improved docs.
  • Added type traits to simplify enable_if expressions.
  • Added additional variants of operator + and - to bitmasks to allow for expressions like a & -a and a & (a + 1).

Full Changelog: v1.0.5...v1.1.0

v1.0.5

02 Sep 23:07

Choose a tag to compare

  • Removed \deprecated tag from docs to avoid clang warning.

Full Changelog: v1.0.4...v1.0.5

v1.0.4

28 Aug 01:23

Choose a tag to compare

Added compatibility support for ASL.

v1.0.3

27 Aug 17:58

Choose a tag to compare

Updating to stlab/cpp-library@4.0.0

v1.0.2

26 Aug 20:39
56db500

Choose a tag to compare

Updating to cpp-library@3.0.0 with auto versioning.

v1.0.1

26 Aug 01:58
1f6ae86

Choose a tag to compare

Update to cpp-library v1.1.2.

v1.0.0

22 Aug 22:46

Choose a tag to compare

First release - includes a minor fix to support comparison with 0 for non-class enums.