Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error: expression cannot be used as a function #42

Open
nitronoid opened this issue Nov 6, 2018 · 0 comments
Open

error: expression cannot be used as a function #42

nitronoid opened this issue Nov 6, 2018 · 0 comments

Comments

@nitronoid
Copy link

return m_rowstride() == 1;

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant