expected-lite
expected-lite copied to clipboard
[FR] add inplace version of make_unexpected
There is inplace version of constructors for unexpected_type, why not also inplace for make_unexpected?
Thanks @Leonezz.
Note to self:
Progress:
- [x] Merge PR #68.
- [x] Add
make_unexpected(inplace_t...)for use withstd::exception. - [x] Add test.
- [x] Update section Algorithms for unexpected_type in Readme.
- [x] Update section A.2 Expected lite test specification in Readme.
Hi @martinmoene thanks for looking into this so quickly, I can help with the following steps if needed.
Hi @Leonezz , thanks for your offer. Perhaps easiest if I give it a go myself.