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: | 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 , 9 years ago
comment:2 by , 9 years ago
| Component: | None → mpl |
|---|---|
| Owner: | set to |
Note:
See TracTickets
for help on using tickets.

Mistyped my email address