Skip to content

1.0.2

Compare
Choose a tag to compare
@martinmoene martinmoene released this 14 Apr 19:57
· 304 commits to master since this release

This release fixes the declaration of nullopt and updates lest_cpp03.hpp to version 1.22.0.

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).