v0.2
- Support for
expected<void,E> - Fixed copy/move operations for
expected<trivially_copyable, non_trivially_copyable> - Fixed non-trivial copy assignment
- Fix some MSVC 2017 issues which turn up when using
std::stringas an error
expected<void,E>expected<trivially_copyable, non_trivially_copyable>std::string as an error