boost-ext / di

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

Fix __has_include using on Visual Studio. #393

Closed Alexey-Bogomolov closed 5 years ago

Alexey-Bogomolov commented 5 years ago

Problem:

Solution:

krzysztof-jusiak commented 5 years ago

thanks @Alexey-Bogomolov