Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@TartanLlama TartanLlama released this 24 Feb 09:24
3a1209d

What's Changed

  • Fix implementation of optional<T&>::emplace() in #34
  • Fix mistakes in README.md in #35
  • Revamp CMake files to be more understandable and correct in #36
  • Added explicit default initialization in copy constructor in #45
  • Fixed some &&-qualified methods for optional case in #42
  • Remove noexcept specifier for construct() in #53

Full Changelog: v1.0.0...v1.1.0