improve(ImplicitArray): disable inheritance of certain backends

This commit is contained in:
Julien Fausty 2022-11-29 19:42:02 +01:00
parent 1f21217cb4
commit 33155d6843
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@
* ```
*/
template <typename ValueType>
struct vtkAffineImplicitBackend
struct vtkAffineImplicitBackend final
{
/**
* A non-trivially constructible constructor

View File

@ -40,7 +40,7 @@
* ```
*/
template <typename ValueType>
struct vtkConstantImplicitBackend
struct vtkConstantImplicitBackend final
{
/**
* A non-trivially contructible constructor