mirror of
https://github.com/microsoft/GSL.git
synced 2025-01-30 15:24:59 -05:00
aed09c41b6
`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 |
||
---|---|---|
.. | ||
gsl | ||
CMakeLists.txt |