Skip to content

1.0.0

Compare
Choose a tag to compare
@martinmoene martinmoene released this 21 Dec 16:35
· 326 commits to master since this release

This is the initial release of optional lite.

optional lite is a single-file header-only library to represent optional (nullable) objects and pass them by value. The library is a variant of std::optional for use with C++98 and later and Visual C++ 6 (VC6).