StandardCplusplus icon indicating copy to clipboard operation
StandardCplusplus copied to clipboard

enable_if is not defined in type_traits header

Open me21 opened this issue 5 years ago • 0 comments

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).

me21 avatar Jun 13 '20 12:06 me21