StandardCplusplus
StandardCplusplus copied to clipboard
enable_if is not defined in type_traits header
According to https://en.cppreference.com/w/cpp/types/enable_if it should be in the type_traits header file. But currently the lib doesn't mention enable_if at all.
The same goes for is_arithmetic (https://en.cppreference.com/w/cpp/types/is_arithmetic).