$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Matthias Troyer (troyer_at_[hidden])
Date: 2003-05-24 07:41:12
On Saturday, May 24, 2003, at 01:46 PM, John Maddock wrote:
>> Even with the latest version (an update done this afternoon) I still
>> get the problem with KCC on Linux.
>
> The problem is more insidious that I first thought: the standard lib is
> making an unqualified call to an internal detail function, and it's
> finding
> my function of the same name via Argument Dependent Lookup. Should
> now be
> fixed (by renaming my version).
Thanks, now it works with KCC
Matthias