Jack Diver
Jack Diver
@Naios ----- ### Expected Behavior The const-ness of the callable should be propagated to the erased function pointer ### Actual Behavior ``` In file included from main.cpp:1:0: function2.hpp: In instantiation...
https://github.com/lindahua/light-matrix/blob/8ce65d14b6027ee9e081dd12460bc714e9131d11/light_mat/matrix/matrix_layout.h#L393 ``` dep/light-matrix/light_mat/matrix/matrix_layout.h: In member function ‘bool lmat::grid_layout::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,...