Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@martinmoene martinmoene released this 08 Nov 22:15
· 34 commits to master since this release

Release 2.0.0 of variant lite adds support for multiple identical types for C++11 and later. Thanks to @AnthonyVH.

It contains the following changes:

Additions:

  • Add support for identical types for C++11 and later (fixes #40) (#41, thanks to @AnthonyVH)
  • Add tweak header support.

Changes:

Fixes:

  • Fix visitor to be able to return a reference (issue #39, thanks @ligfx)