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
dep/light-matrix/light_mat/matrix/matrix_layout.h: In member function ‘bool lmat::grid_layout<M, N>::is_percol_contiguous() const’:
dep/light-matrix/light_mat/matrix/matrix_layout.h:393:23: error: expression cannot be used as a function
return m_rowstride() == 1;
The above line causes a compilation error, due to the trailing brackets. Removing them gets rid of the error.
The text was updated successfully, but these errors were encountered:
light-matrix/light_mat/matrix/matrix_layout.h
Line 393 in 8ce65d1
The above line causes a compilation error, due to the trailing brackets. Removing them gets rid of the error.
The text was updated successfully, but these errors were encountered: