
15 Feb
2006
15 Feb
'06
1:58 a.m.
Oliver Kullmann wrote:
Given two sequences A and B (according to the Boost Preprocessor datastructure definition), I want to create a nested switch statement, the outer switch running through the constants in A, the inner loops running through B.
If you don't need to do it all within a macro, use file iteration: The generated code is much better to debug, human-readable and it's generated faster. Regards, Tobias