$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (gregod_at_[hidden])
Date: 2003-07-14 00:44:19
MSVC 7.1 complains: warning C4099:
> 'boost::signals::detail::real_get_signal_impl<0,T1,T2,T3,T4,T5>' : type
> name first seen using 'struct' now seen using 'class'
>
> at several later points in the same file. These can all be removed by
> changing struct to class in the declaration quoted above.
Thanks, it's done now.
Doug