Open lmoffatt opened 6 months ago
all the functions that take a FunctionTable should take it as a non const reference. The reason is that is less likely to get a dangling reference
all the functions that take a FunctionTable should take it as a non const reference. The reason is that is less likely to get a dangling reference