Comment on Tool for instantiating a C++ template at runtime?
liori@lemm.ee 8 months agoI somehow didn’t think a regular JIT solution might be applicable here, but it is. Thank you! There seems to be a number of projects doing JIT for C++, will look at them.