Skip to content

ActsTruth: Fix cppcheck warnings.

Scott Snyder requested to merge ssnyder/athena:cppcheck.ActsTruth-20241031 into main

Clean up DummyProperty(): begin()/end() were returning invalid iterators. Just get rid of them. operator[] would always fail. Just have it throw the exception directly.

Merge request reports