Opened 9 years ago

Last modified 6 years ago

#9197 new Bugs

mpl\aux_\integral_wrapper.hpp(72): warning C4307: '+' : integral constant overflow

Reported by: Frank Heimes <drfghde@…> Owned by: Aleksey Gurtovoy
Milestone: To Be Determined Component: mpl
Version: Boost Development Trunk Severity: Problem
Keywords: as of 24.09.2013 Cc:

Description

While compiling with Visual Studio 2013 RC, the following warning is issued:

mpl\aux_\integral_wrapper.hpp(72): warning C4307: '+' : integral constant overflow

i.e. for the following line:

typedef AUX_WRAPPER_INST( BOOST_MPL_AUX_STATIC_CAST(AUX_WRAPPER_VALUE_TYPE, (value + 1)) ) next;

Change History (3)

comment:1 by Frank Heimes <drfghde10@…>, 9 years ago

Mistyped my email address

comment:2 by viboes, 9 years ago

Component: Nonempl
Owner: set to Aleksey Gurtovoy

comment:3 by sebastien.paris@…, 6 years ago

any news on this one ?

Note: See TracTickets for help on using tickets.