v1.2.0
Major changes:
- Added Natvis file to the
include
directory. Add it to your own Natvis file to make debugging in Visual Studio easier. Also see the corresponding chapter in the readme for more information. - Added
tiny::optional::is_compressed
to allow checking whether a given optional uses more memory than the payload. - Added
tiny::is_tiny_optional_v<T>
which is true ifT
is atiny::optional
(or some other optional defined by this library). - Updated and improved github workflows.
Full Changelog: v1.1.1...v1.2.0