ned14 / outcome

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

Add missing bad_outcome_access when throwing exception in experimental #235

Closed teajay-fr closed 4 years ago

teajay-fr commented 4 years ago

This adds the missing exception instantiation in the call to OUTCOME_THROW_EXCEPTION.

Issue: #234

teajay-fr commented 4 years ago

On second thought, this is probably not the right way to fix the problem I am facing. I'll pull back this pull request :)