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

Xcode 11.4 still pukes on noexcept(std::is_constructible<T, void>) #224

Closed ned14 closed 4 years ago

ned14 commented 4 years ago

See bottom of https://travis-ci.org/github/ned14/llfio/jobs/686911194

ned14 commented 4 years ago

Xcode 11.6 fixes this.