Opened 9 years ago
Last modified 9 years ago
#9278 new Bugs
Compiling error in MPL under VC12/VS2013
Reported by: | Owned by: | Aleksey Gurtovoy | |
---|---|---|---|
Milestone: | To Be Determined | Component: | mpl |
Version: | Boost 1.55.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Ticket #8750 indicated some compiling problems when using VC12. In 1.55.0 beta 1, most of the problems are gone. But the one in boost/mpl/assert.hpp still exist. The == in line 37 and 247 should be changed to >=.
Note:
See TracTickets
for help on using tickets.
Already fixed in trunk with r84443 (The BOOST_MSVC >= 1700 was changed to BOOST_MSVC == 1700, not the other way around, but it works fine for me).