$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-06-04 12:19:51
From: "David Abrahams" <david.abrahams_at_[hidden]>
> From: "Peter Dimov" <pdimov_at_[hidden]>
>
> I know that. I just wanted the same kind of "extra" facility you could
> request for __stdcall. In other words, for the platforms where it's
needed,
> #include <boost/bind/extern_c.hpp>.
There is no way to supply the overload. extern "C" is not allowed on
parameter declarations AFAIK; the "qsort" way is to use an intermediate
typedef but we don't have typedef templates, alas.