
15 Aug
2007
15 Aug
'07
2:55 p.m.
Christian Larsen <contact <at> dword.dk> writes:
It applies to ScopeExit I see. It seems to be caused by the use of __LINE__, (see http://article.gmane.org/gmane.comp.lib.boost.user/17341/match=boost+edit+co ntinue). This makes sense as edit & continue would probably get a hard time with changing line numbers. But still it produces nonsense error messages.
Can you change it to __COUNT__ and check that it solves your problem? -- Alexander