$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (gregod_at_[hidden])
Date: 2004-04-19 19:33:14
On Monday 19 April 2004 01:22 pm, Stephan T. Lavavej wrote:
> I found some shadow warnings lurking in Boost Function.
>
> boost/function/function_template.hpp:474: warning: declaration
> of `invoker_type' shadows a member of `this'
>
> boost/function/function_template.hpp:481: warning: declaration
> of `allocator_type' shadows a member of `this'
Thanks. I've fixed these and a few more.
Doug