SWDEV-537656 - Added c++11 include guard for constexpr HIP_vector_type operator== (#517)
[ROCm/clr commit: e88d9fabe0]
이 커밋은 다음에 포함됨:
@@ -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
|
||||
{
|
||||
|
||||
새 이슈에서 참조
사용자 차단