On Friday, 7 April 2017 at 23:53:12 UTC, Ali Çehreli wrote:
The difference is that you can't use funcgen as a regular template:funcgen!(void, void);Error: template instance funcgen!(void, void) mixin templates are not regular templatesI think it's good practice to use 'mixin template' if it's intended to be so.Ali
Thanks for a very concise answer.