Boost logo

Boost Users :

From: Robert Ramey (ramey_at_[hidden])
Date: 2006-05-24 17:21:39


This is being changed in the course of some adjustments to support
fast serialization of arrays. Its currently in the HEAD and should
eventually find itself into release -1.35 I would expect.

Robert Ramey

Thorsten Ottosen wrote:
> 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


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net