Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@thebashpotato thebashpotato released this 18 May 19:37

This release added all operator overloads one would need for a
TaggedFundamental type including bitwise operations. Added many more
unittests for all the new overloads.

The naming convention of camelCase was changed to snake_case, so the API
to the Result class has changed slightly E.G (isOk() -> is_ok()).

Added version variables to the header file and acompanying tests.

Fixed verious clang-tidy warnings related to move semantics and
modernization.

The software license was changed from MIT to BSD-Clause-3.