3.0.0
optional lite has been re-licensed under the Boost Software License (BSL) (issue #17).
Additions
- Made v2.3.0 available in conan (thanks to @agauniyal).
Changes
- Enabled differentiating between MSVC 14.0 (VS2015) and 14.1 (VS2017).
- Expanded Travis and Appveyor configurations.
- Renamed optional-lite to optional-main.
- Suppressed -Wundef for optional.hpp.
- Updated lest to version 1.33.1.
Fixes
- Added missing using std::nullopt_t for C++17 std::optional
- Corrected rhs to other (issue #12, thanks to @TartanLlama)