boost-ext / di

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

Fix bad "type name" in contextual binding for clang-cl #464

Closed stevefan1999-personal closed 4 years ago

stevefan1999-personal commented 4 years ago

ditto as title, this will fix clang-cl seeing garbage like "[T " etc. As you see there's MSVC problem lately in #463 and I had to resort to using clang-cl. Thankfully all is good despite it is marginally slower.

krzysztof-jusiak commented 4 years ago

thanks, @stevefan1999-personal