ChimeraTK / cppext

A collection of C++ classes which are quite fundamental and thus considered inside ChimeraTK as an extension of C++.
GNU Lesser General Public License v3.0
2 stars 1 forks source link

chore(project-template): remove slicing object linter warning #48

Closed mhier closed 5 months ago

mhier commented 5 months ago

This warning is frequently hit when using e.g. the ReadAnyGroup in ApplicationCore, but we fail to see any benefit coming from this warning for other scenarious. Hence we decided to disable it. Object slicing is valid C++ and the behaviour is rather obvious.