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/Tartan...