GSL/include
Alberto La Rocca 5263830f3c
Fix SFINAE on gsl::owner.
`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 00:09:58 +01:00
..
2024-12-13 00:09:58 +01:00
2022-10-18 11:05:09 -07:00