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 forconstruct()
in #53
Full Changelog: v1.0.0...v1.1.0