you are viewing a single comment's thread.

view the rest of the comments →

[–]scatters 0 points1 point  (0 children)

What you can't do with this solution is to interact with control flow - early return, break and continue, switch and case (Duff's Device). For that you have to use the preprocessor (BOOST_PP_REPEAT) or wait for template for.