SWDEV-537656 - Added c++11 include guard for constexpr HIP_vector_type operator== (#517)

[ROCm/clr commit: e88d9fabe0]
이 커밋은 다음에 포함됨:
Assiouras, Ioannis
2025-06-13 07:35:41 +01:00
커밋한 사람 GitHub
부모 fa377062e6
커밋 079b490e64
+2
파일 보기
@@ -659,7 +659,9 @@ get_native_pointer(const HIP_vector_base<T, n>& base_vec) {
template<typename T, unsigned int n>
__HOST_DEVICE__
inline
#if __cplusplus >= 201402L
constexpr
#endif
bool operator==(
const HIP_vector_type<T, n>& x, const HIP_vector_type<T, n>& y) noexcept
{