Open martonmiklos opened 2 years ago
Ah my remembering capabilities are quite bad: we started to discuss this in the #37 , so please review this change :)
I certainly like the idea of generating C++-11 code, including initialization in header files. But I have a few concerns/questions:
decl += formatType(v.type());
is gone.
Hello David,
I quite like doing the member initialization in the declaration rather than in the constructor. I created a change which allows me to do this in the libkode generated codes.
Before review I would like to hear your opinion on this one: can we go ahead and enforce this behavior generally or shall I create an optional configuration for it? If the later I will work on it, if you have no objection please review my change. Thanks!