[EMAIL PROTECTED] writes: > 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?
Yes, we would consider it. > What is the standard procedure to do so? Short version: Sign a copyright assignment so that we can use your code. Write the patch. Test the patch. Send the patch to [EMAIL PROTECTED] Long version: http://gcc.gnu.org/contribute.html Thanks for your interest. Ian