Fix a compilation error when templated operator<< fails if 'U' type is std::ostream. (#1209)

Cette révision appartient à :
Aryan Salmanpour
2019-07-09 23:05:04 -04:00
révisé par Maneesh Gupta
Parent bb72dd047c
révision 034e5c0311
+1
Voir le fichier
@@ -738,6 +738,7 @@ THE SOFTWARE.
typename T,
unsigned int n,
typename U,
typename std::enable_if<std::is_arithmetic<U>::value>::type,
typename std::enable_if<std::is_integral<T>{}>* = nullptr>
inline __host__ __device__
HIP_vector_type<T, n> operator<<(