Boost C++ Libraries: Ticket #2745: save_array_type should use std::size_t not int https://svn.boost.org/trac10/ticket/2745 <p> vendor\boost_1_37_0\boost/archive/detail/oserializer.hpp(482) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data vendor\boost_1_37_0\boost/archive/detail/iserializer.hpp(480) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data </p> <p> Should be using size_t I believe. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2745 Trac 1.4.3 anonymous Tue, 10 Feb 2009 19:31:26 GMT <link>https://svn.boost.org/trac10/ticket/2745#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2745#comment:1</guid> <description> <p> Similar issues: </p> <p> vendor\boost_1_37_0\boost/archive/basic_binary_oarchive.hpp(108) vendor\boost_1_37_0\boost/archive/impl/archive_pointer_oserializer.ipp(80) </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Robert Ramey</dc:creator> <pubDate>Thu, 19 Feb 2009 16:44:08 GMT</pubDate> <title>owner changed https://svn.boost.org/trac10/ticket/2745#comment:2 https://svn.boost.org/trac10/ticket/2745#comment:2 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Robert Ramey</span> to <span class="trac-author">Matthias Troyer</span> </li> </ul> <p> Matthias, </p> <p> Could you answer this? I've forgotten the details on this issue which has always been a minor annoyance. </p> <p> Robert </p> Ticket anonymous Tue, 04 Aug 2009 04:41:27 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2745#comment:3 https://svn.boost.org/trac10/ticket/2745#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> Ticket