Skip to content

3.0.0

Compare
Choose a tag to compare
@martinmoene martinmoene released this 04 Jun 20:16
· 199 commits to master since this release

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)