1 Apr
2014
1 Apr
'14
4:52 p.m.
Hi devs,
I noticed filedialogimpl-gtkmm.cpp has been cleaned by Johan. I was wondering if there's any way to take big blocks of template like the kind used in this file and keep them in separate files.
I'm aware that there are pre-compile and compile-time macros and other interesting ways to handle these things. Or a run time loader (reducing the size of the binary, but increasing load time?)
The three templates are sizable enough to be seperate, so is it C++ that prevents us or is it just messy to do so?
Thanks for your answers,
Best Regards, Martin Owens