$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-02-23 15:00:58
From: "Alan Bellingham" <alan_at_[hidden]>
> which would have the advantage of removing the explicit A/W identifiers
> from the global namespace while still linking correctly to the external
> functions (I think - the above is untested - how _do_ you locally
> declare a global namespace function while within a function in an inner
> namespace?).
extern "C" functions in a namespace link correctly.