MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / catch

Function catch

src/library/tools/ktest/config-cmdline.cpp:215–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected