2009/05/11

C2977 on MPL's List

Boost.Statechart uses Boost.Mpl's list. The list is limited to size by default, which yields the error C2977.

if the macro BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS and BOOST_MPL_LIMIT_MAP_SIZE as upper-limit number are defined, the error is resolved.

No comments:

How to set parameters to debugging program on Visual Studio 2019 with CMake

Solution: MSDN Sometimes the "Debug and Launch Settings for CMake" bottun is disabled. In this case, change to the target view. ...