Alex Rousskov wrote:
> I am against macros that could be implemented as functions.
I agree. And todays compilers are pretty good at inlining if one are
worried about function call overhead (but be warned that overly inlining
can have a negative performance impact...)
However, I have had to resort quite a bit to macros lately, pushing the
borders of C language syntax.. (and no, there is no obvious way to
solve many of the issues in C++ either)
Henrik
Received on Tue Oct 23 2001 - 10:52:46 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:14:35 MST