Fix a compilation error when templated operator<< fails if 'U' type is std::ostream. (#1209)
[ROCm/hip commit: e87b5a1e8a]
Šī revīzija ir iekļauta:
revīziju iesūtīja
Maneesh Gupta
vecāks
6b29461f65
revīzija
d46430b450
@@ -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<<(
|
||||
|
||||
Atsaukties uz šo jaunā problēmā
Block a user