Skip to content

v1.2.0

Compare
Choose a tag to compare
@Sedeniono Sedeniono released this 29 Mar 13:33
· 21 commits to main since this release

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 if T is a tiny::optional (or some other optional defined by this library).
  • Updated and improved github workflows.

Full Changelog: v1.1.1...v1.2.0