$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Alexander Nasonov (alnsn_at_[hidden])
Date: 2007-08-15 10:55:22
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