Skip to content

Releases: TartanLlama/optional

v1.1.0

24 Feb 09:24
3a1209d
Compare
Choose a tag to compare

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

1.0!

25 Jun 12:10
Compare
Choose a tag to compare
  • Add install targets for CMake
  • Fixes to swap implementation

v0.5

09 Nov 15:35
dc02563
Compare
Choose a tag to compare
  • Bugfixes for optional references
  • Constexpr fixes
  • Play nice with CMake add_subdirectory

v0.4

23 Dec 16:00
57d659d
Compare
Choose a tag to compare
  • Support mapping functions which return references
  • Support tl::optional<T&>

v0.3

27 Nov 15:28
Compare
Choose a tag to compare

v0.2

01 Nov 20:32
Compare
Choose a tag to compare
  • Propagate const/ref qualifiers correctly for and_then
  • Better support for generic lambdas in map
  • Propagate triviality from T
  • Conditionally delete special member functions

v0.1

01 Nov 20:33
Compare
Choose a tag to compare

Initial release