Release v2.0
Warning
This version breaks compatibility with version v1.x. When using access_private to access the Reset function, && must be appended to the parameter types.
What's Changed
- added: new testing interface that does not require
access_private - added: several documentation improvements and a Doxygen build
- fix: potential corruption when the singleton constructor throws
- fix: perfect forwarding by @BenjaminCrow in #4
- removed: the
access_privatesubmodule
New Contributors
- @BenjaminCrow made their first contribution in #4
Full Changelog: v1.0.1...v2.0