Subject: [Boost-bugs] [Boost C++ Libraries] #2745: save_array_type should use std::size_t not int
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-02-10 19:16:07
#2745: save_array_type should use std::size_t not int
----------------------------------+-----------------------------------------
Reporter: boost_at_[hidden] | Owner: ramey
Type: Bugs | Status: new
Milestone: Boost 1.39.0 | Component: serialization
Version: Boost 1.37.0 | Severity: Problem
Keywords: |
----------------------------------+-----------------------------------------
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
Should be using size_t I believe.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/2745> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:59 UTC