mirror of
https://github.com/microsoft/GSL
synced 2026-08-26 04:23:04 -04:00
`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 | ||