24 May
2006
24 May
'06
9:21 p.m.
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