Vitor Sousa Reduced the memory consumption to compile the generate_struct.cpp file.
3962f52 Jun 4, 2014
Reduced the memory consumption to compile the generate_struct.cpp file.
Instantiating the constructors of struct_generator and struct_generator_generator in separated translation units.
Created a .ipp and a .cpp to separate the compilation of both classes.
Moved the constructor definitions to the .ipp file.
3962f52