Serikov
Results
1
issues of
Serikov
Compiling this example in MSVC v19.43 VS17.13 [godbolt link](https://godbolt.org/z/oe1jW88a5) gives an error: `more than one partial specialization matches the template argument list` Example code: ``` #include "function2/function2.hpp" #include struct Foo...