Added IsScalarType trait for the detection of scalar types in vector expressions
This is needed because custom specializations of std::is_arithmetic cannot be used (they cause an undefined behaviour).
Loading
Please sign in to comment
This is needed because custom specializations of std::is_arithmetic cannot be used (they cause an undefined behaviour).