Open bryan-lunt opened 9 years ago
Currently, the use of ExprPar& everywhere prevents proper dynamic dispatch and thus prevents the use of inheritance or design patterns to implement new versions of GEMSTAT. In a sense, this seemingly minor issue is the crux of many of our software engineering woes.
That way virtual function dispatch and such will work.