boost-ext / di

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

Use declval instead of null casts #523

Closed tralamazza closed 2 years ago

tralamazza commented 2 years ago

Problem:

Solution:

Issue: #521

Reviewers: @

krzysztof-jusiak commented 2 years ago

good call, thanks @tralamazza