boost-ext / di

C++14 Dependency Injection Library
https://boost-ext.github.io/di
1.13k stars 137 forks source link

Concepts and boost::di::aux::is_complete<T>::value #510

Open Ryuzaki42 opened 3 years ago

Ryuzaki42 commented 3 years ago

Hello, why we need to edit concepts with not boost::di::aux::is_complete<T>::value or <concept itself>?

Cause if so, we couple code with di and also we need to change existing concepts