Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace deprecated .value() usage within expected's own code
Clang complains: warning: 'value' is deprecated: replace value() with error() [-Wdeprecated-declarations] 2333 | using ContainedEx = typename std::remove_reference< decltype( get_unexpected().value() ) >::type; | ^
- Loading branch information