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

Avoid using explicit this-> referencing of template base class #98

Closed lisitsyn closed 3 months ago

iglesias commented 4 months ago

If I am understanding the change correctly, with the explicit this-> is (1) (arguable) more concise and (2) maintainable.

lisitsyn commented 3 months ago

We've discussed the whole thing a bit more with @iglesias. While the macro here doesn't look perfect it is still a step forward so I'm merging.