Re: g++ compiler enhancement request

2006-06-08 Thread Joe Buck
[EMAIL PROTECTED] writes: > 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 Would you consider it adding it to the offici

Re: g++ compiler enhancement request

2006-06-07 Thread Perry Smith
You might also check boost.org to see if they have this concept already implemented. And if not, you could contribute it to them as well. On Jun 7, 2006, at 3:17 PM, [EMAIL PROTECTED] wrote: Hi, I'm a Msc. student in the computer science department of the Technion, the Israeli Institut

Re: g++ compiler enhancement request

2006-06-07 Thread Steven Bosscher
On 6/7/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: 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 Mic

Re: g++ compiler enhancement request

2006-06-07 Thread Ian Lance Taylor
[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

g++ compiler enhancement request

2006-06-07 Thread lkeren
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