BoostGSoC20 / ublas

Boost.uBlas
https://www.boost.org/doc/libs/release/libs/numeric/ublas
2 stars 2 forks source link

Fix Clang Tidy Errors #16

Closed coder3101 closed 4 years ago

coder3101 commented 4 years ago

The newly added CI checks include clang tidy warnings and issues that must be fixed for a passing CI status.

This will involve fixing and implementing all the suggestion of clang tidy to the code.

This issue will be closed as soon as CI starts passing clang tidy checks.

coder3101 commented 4 years ago

This is completed. See the merged Pull request https://github.com/boostorg/ublas/pull/92