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

Class c

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

Source from the content-addressed store, hash-verified

476 struct impl
477 : i{};
478 struct c{c(i*){}}; int main() { di::make_injector(di::bind<i>().to<impl>()); });
479};
480
481#if defined(__cpp_variable_templates)

Callers 1

di_errors.cppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected