$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-03-07 16:02:59
From: "Fernando Cacciola" <fcacciola_at_[hidden]>
[...]
> I also noticed that the bind placeholders have changed in the new version,
> but the change doesn't solve the Borland problem.
>
> As it has been mentioned before, the solution is to declare those
variables
> 'extern' (except once in some TU).
And of course there's also the problem that _1 is fine in the unnamed
namespace but illegal at file scope. :-(