Hi,

I'm a Msc. student in the computer science department of the Technion, the
Israeli Institute of Technology.
My thesis is on compile time checking of dynamic SQL queries using C++
templates.
There is a __COUNTER__ macro, supported by Microsoft C++ compiler which can
help
me a lot in the thesis implementation.
This macro expands to an integer starting with 0 and incrementing by 1 every
time it is used.
I believe it is a very useful macro way beyond my thesis.
I also think it is very simple to implement and I'm willing to implement it for
the gnu compiler.
Would you consider it adding it to the official gnu compiler if I'll implement
it?
What is the standard procedure to do so?

Thanks,
Keren.


Reply via email to