j
k
j a
j l
Dave Steffen wrote:
#define FOO(T) \ inline T FOO(T i) { ... }
How about:
#define FOO(T); \ inline T FOO(T i) { ... }
For current gcc's, it only works if you've got an arg list, though. Paul
Back to the thread
Back to the list