
14 Oct
2008
14 Oct
'08
7:12 p.m.
AMDG Hartmut Kaiser wrote:
Can this be made to format macro expansions nicely?
What do you mean by that?
Since the point is to make the code more readable, if we do any macro expansion for instance: #define SOME_MACRO(...) \ template<class T> \ class C { \ /*stuff*/ \ }; SOME_MACRO(x, y, z) We don't want this all to end up on one line. In Christ, Steven Watanabe