GSL/include
Alberto La Rocca aed09c41b6
Fix SFINAE on gsl::owner. (#1174)
`std::enable_if_t` must not be used as a default template argument, otherwise the instantiator will be able to override it freely with something that doesn't fail substitution. Instead, `std::enable_if_t` itself must be the type of the template argument.

More information in the examples here: https://en.cppreference.com/w/cpp/types/enable_if
2024-12-13 09:56:28 -06:00
..
gsl Fix SFINAE on gsl::owner. (#1174) 2024-12-13 09:56:28 -06:00
CMakeLists.txt CMake cleanup (#1060) 2022-10-18 11:05:09 -07:00