New
v1.1.0
What's Changed
- Fix implementation of optional<T&>::emplace() in https://github.com/TartanLlama/optional/pull/34
- Fix mistakes in README.md in https://github.com/TartanLlama/optional/pull/35
- Revamp CMake files to be more understandable and correct in https://github.com/TartanLlama/optional/pull/36
- Added explicit default initialization in copy constructor in https://github.com/TartanLlama/optional/pull/45
- Fixed some &&-qualified methods for optional case in https://github.com/TartanLlama/optional/pull/42
- Remove
noexceptspecifier forconstruct()in https://github.com/TartanLlama/optional/pull/53
Full Changelog: https://github.com/TartanLlama/optional/compare/v1.0.0...v1.1.0