C++ Template Metaprogramming - Is it possible to output the generated code?
- by n00ki3
I would like to debug some templated code to understand it better.
Unfortunately I'm new to template metaprogramming and it IS hard for me to get in.
When I try to output the preprocessed source files I get 125 000 lines of code :/
So is there a way I can see the generated Code? (The library I'm using is SeqAn)