lmoffatt / macro_dr

GNU General Public License v3.0
1 stars 1 forks source link

make functionTable non_const reference #191

Open lmoffatt opened 6 months ago

lmoffatt commented 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