9 Aug
2018
9 Aug
'18
8:49 a.m.
Here are some more warnings while using the libraries:
* ublas:
boost/numeric/ublas/functional.hpp:1673:57: warning: unused parameter 'size_i' [-Wunused-parameter] size_type upper_element (size_type i, size_type size_i, size_type j, size_type size_j) { ^ boost/numeric/ublas/functional.hpp:1673:88: warning: unused parameter 'size_j' [-Wunused-parameter] size_type upper_element (size_type i, size_type size_i, size_type j, size_type size_j) {
^
I reported that issue here: https://github.com/boostorg/ublas/issues/55 and I fixed it here: https://github.com/boostorg/ublas/pull/56 CI tests passed. Can someone merge? Thanks