Issue
Build with clang-21 fails with multiple warnings of the following type:
include/engine/api/table_api.hpp:31:13: error:
virtual method '~TableAPI' is inside a 'final' class and can never be overridden
[-Werror,-Wunnecessary-virtual-specifier]
Steps to reproduce
Build the project with clang-21
Specifications
Please provide details of your development environment.