
5 Apr
2007
5 Apr
'07
5:06 p.m.
Hello Alexander, Thursday, April 5, 2007, 12:41:49 AM, you wrote:
Is the use of __LINE__ correct? I can't think of a way to break it, which in no way means it's perfect... It's correct unless you put more than one scope(exit) in one line.
It breaks on VC 7.0+ with /ZI option. Use __COUNTER__ instead. -- Best regards, Andrey mailto:andysem@mail.ru