boostorg / program_options

Boost.org program_options module
http://boost.org/libs/program_options
110 stars 107 forks source link

travis fails on apple xcode #72

Open madebr opened 5 years ago

madebr commented 5 years ago

I've forked this repo and enabled macos on travis.

The tests fail on macos: https://travis-ci.com/madebr/program_options/builds/96364270

madebr commented 5 years ago

I believe this issue is related to a problem I have in my project. Travis log here: https://travis-ci.org/madebr/openrw/jobs/475165464#L3042

I need to explicitly add catch(boost::exception &) to catch these exceptions on mac: https://github.com/madebr/openrw/blob/py2/rwgame/RWConfig.cpp#L112-L128