Latest C2955 Activity
Ah, you are actually correct, class template argument deduction makes this code possible. It does compile on locally on my Visual Studio 2022, but only with C++17. C++14 or below gives the error you are getting. Odd. Did you make sure that in your project, you change the C++-version switch fo…
Advertisement
Advertisement