Wih exprtk, what is the correct way to create a vector based variable from within an unknown_symbol_resolver?
The exprtk documentation provides a great example on how to create a scalar variable from an unknown_symbol_resolver
. How to do I create a vector? I would expect to find a create_vector
member function on the symbol_table
class, but there is none.