gracicot / kangaru

🦘 A dependency injection container for C++11, C++14 and later
MIT License
494 stars 39 forks source link

wrong single_service when it should be service #125

Closed 01Pollux closed 5 months ago

01Pollux commented 5 months ago

Both typedefs reference the same type, which is single service, where it should have been service for the first one. https://github.com/gracicot/kangaru/blob/ab498eb9db0de74ffebc46f395b9a31093017412/include/kangaru/autowire.hpp#L169-L173