MCPcopy Create free account
hub / github.com/boostorg/parser / github_issue_78

Function github_issue_78

test/github_issues.cpp:174–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174void github_issue_78()
175{
176 namespace bp = boost::parser;
177 std::vector<int> result;
178 auto b = bp::parse("3 4 c", +bp::int_, bp::ws, result);
179 BOOST_TEST(!b);
180 BOOST_TEST(result.empty());
181}
182
183namespace issue_90 { namespace parser {
184 const auto string =

Callers 1

mainFunction · 0.85

Calls 2

parseFunction · 0.50
emptyMethod · 0.45

Tested by

no test coverage detected