Skip to content

Major bugfix, reduced limitations

Compare
Choose a tag to compare
@quicknir quicknir released this 02 Sep 00:05
· 47 commits to master since this release

Removed a major bug introduced in 2.0.0 where the library actually stopped working for enum classes.

The library now partially supports enums that have multiple enumerators with the same value. This used to cause a hard failure immediately in the to_string implementation. Now, the failure only occurs if to_string is actually called.