MCPcopy Create free account
hub / github.com/boost-ext/di / errors

Function errors

test/ft/di_errors.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21namespace {
22template <class... TArgs>
23auto errors(const TArgs&... args) {
24 return std::vector<std::string>{(".*" + std::string{args} + ".*")...};
25}
26
27auto compail_fail(int id, const std::string& defines, const std::vector<std::string>& errors, const std::string& code) {
28 std::stringstream command;

Callers 1

di_errors.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected