lisitsyn / tapkee

A flexible and efficient С++ template library for dimension reduction
http://tapkee.lisitsyn.me
BSD 3-Clause "New" or "Revised" License
231 stars 58 forks source link

Clang and warnings fixes #88

Closed iglesias closed 5 months ago

iglesias commented 5 months ago

I've started onboarding llvm tooling (off-topic, just for info, I am aiming at doing some toy exercise with AST matching), and started running experimenting with clang-check chain_interface.hpp.

The ones in the unit test were compilation warnings related to multi-dimensional indexing.

I didn't run it in other files yet. I'd say let's keep the PR open for some days to continue pushing small fixes like these one.