Opened 6 years ago

#12951 new Bugs

Warning C4244 generated by packed_oarchive.hpp

Reported by: l.kiss@… Owned by: Matthias Troyer
Milestone: To Be Determined Component: mpi
Version: Boost 1.63.0 Severity: Problem
Keywords: msvc warnings Cc:

Description

#include <boost/mpi.hpp>

compiled with VC12 results in:

D:\thirdparty\boost\boost_1_63_0\boost/mpi/packed_oarchive.hpp(125) : error C4244: 'initializing' : conversion from 'int' to 'const int_least16_t', possible loss of data
D:\thirdparty\boost\boost_1_63_0\boost/mpi/packed_oarchive.hpp(130) : error C4244: 'initializing' : conversion from 'boost::archive::version_type::base_type' to 'const int_least8_t', possible loss of data

Change History (0)

Note: See TracTickets for help on using tickets.