Philip Schill

Results 2 issues of Philip Schill

The runtime injector extension crashes (at runtime) if a single implementation is bound to multiple interfaces. Take the following class structure: ``` struct FirstInterface { virtual ~FirstInterface() noexcept = default;...

The uml dumper extension seems to write empty brackets `[]` for unnamed arguments. Take a look at the following object tree: ``` #include "di.hpp" #include "uml_dumper.hpp" struct MyLogger {}; struct...