$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (thorsten.ottosen_at_[hidden])
Date: 2006-05-24 16:05:16
Christian Henning wrote:
> Thanks Robert, that was it! I haven't made it to the Rational section,
> so far. But I will, promised. ;-))
>
> This probably has been discussed a million times, already. But, is it
> possible to change the line 36 in collections_save_imp.hpp from
>
> unsigned int count = s.size();
>
> to
>
> size_t count = s.size();
>
> My compiler, VC 7.1 is going crazy and spits out a warning of 100 lines !!!
Well, IMO is must be done. It seems like bug, though not a serious one.
-Thorsten