You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nvpro-samples/shared_sources/nv_helpers/bitarray.hpp:276:24: error: request for member ‘get’ in ‘((nv_helpers::BitArray*)this)->nv_helpers::BitArray::m_bits’, which is of non-class type ‘nv_helpers::BitArray::BitStorageType* restrict’ {aka ‘long unsigned int* restrict’}
bitTraverse(m_bits.get(), determineNumberOfElements(), visitor );
GNU 8.2.1
The text was updated successfully, but these errors were encountered:
no file intrin.h that include in vc
and
nvpro-samples/shared_sources/nv_helpers/bitarray.hpp:276:24: error: request for member ‘get’ in ‘((nv_helpers::BitArray*)this)->nv_helpers::BitArray::m_bits’, which is of non-class type ‘nv_helpers::BitArray::BitStorageType* restrict’ {aka ‘long unsigned int* restrict’}
bitTraverse(m_bits.get(), determineNumberOfElements(), visitor );
GNU 8.2.1
The text was updated successfully, but these errors were encountered: