ned14 / outcome

Provides very lightweight outcome<T> and result<T> (non-Boost edition)
https://ned14.github.io/outcome
Other
676 stars 62 forks source link

result<int, E> with error code compatible custom E does not TRY into a result<int, std::error_code> function #210

Closed ned14 closed 4 years ago

ned14 commented 4 years ago

Fixed.