Raymond Toy <toy(a)rtp.ericsson.se> writes:
I think the best answer is to get a compiler that's smart enough
to
inline code, and replace the macros with inline functions.
That doesn't work. A lot of the macros must be macros because they
mess with the types. They are really more templates than inline
functions.
Jan