fix missing override

This commit is contained in:
Julien Schueller 2023-02-16 18:10:35 +01:00
parent f46bffcd69
commit ea5c3af6ea
1 changed files with 1 additions and 1 deletions

View File

@ -5849,7 +5849,7 @@ namespace exprtk
return const_value_ptr(0);
}
std::size_t vector_size() const
std::size_t vector_size() const exprtk_override
{
return size_;
}