Releases: stlab/enum-ops
Releases · stlab/enum-ops
v1.1.1
v1.1.0
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).
- Improving Docs by @sean-parent in #3
Full Changelog: v1.0.5...v1.1.0
v1.0.5
- Removed
\deprecatedtag from docs to avoid clang warning.
Full Changelog: v1.0.4...v1.0.5
v1.0.4
Added compatibility support for ASL.
v1.0.3
Updating to stlab/cpp-library@4.0.0
v1.0.2
Updating to cpp-library@3.0.0 with auto versioning.
v1.0.1
Update to cpp-library v1.1.2.
v1.0.0
First release - includes a minor fix to support comparison with 0 for non-class enums.