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

Fix compilation on Android #205

Closed interj closed 4 years ago

interj commented 4 years ago

strerror_r is GNU specific, use __gnulinux_\ to guard GNU specific functions. Also, there is a bug in Android NDK, so additional check for __ANDROID__ is needed.

ned14 commented 4 years ago

Fixed in upstream status-code, thanks for the fix. It'll turn up in Outcome next day or two.