hipamd icon indicating copy to clipboard operation
hipamd copied to clipboard

Fix inconsistent overrides

Open aaronmondal opened this issue 2 years ago • 1 comments

This caused -Winconsistent-missing-override to complain with Clang 17.

aaronmondal avatar Mar 06 '23 18:03 aaronmondal

If these are not supposed to be overridden by anything else we could also make them final. This could improve performance. See https://devblogs.microsoft.com/cppblog/the-performance-benefits-of-final-classes/ for an explanation.

aaronmondal avatar Mar 06 '23 18:03 aaronmondal