| 213 | } |
| 214 | #if BOOST_VERSION >= 104200 |
| 215 | catch (const po::reading_file &err) { |
| 216 | std::cerr << err.what() << std::endl; |
| 217 | return false; |
| 218 | } |
| 219 | #endif |
| 220 | catch (const po::unknown_option &err) { |
| 221 | std::cerr << err.what() << std::endl; |
nothing calls this directly
no outgoing calls
no test coverage detected