boostorg / msm

Boost.org msm module
http://boost.org/libs/msm
31 stars 53 forks source link

Handle when FUSION_MAX_MAP_SIZE is not defined. FUSION_MAX_MAP_SIZE is o... #1

Closed eldiener closed 10 years ago

eldiener commented 10 years ago

...nly defined when BOOST_FUSION_HAS_VARIADIC_MAP is not defined. The conditions in which BOOST_FUSION_HAS_VARIADIC_MAP are defined can be seen in the fusion file C:\Programming\VersionControl\modular-boost\libs\fusion\include\boost\fusion\container\map\map_fwd.hpp.

eldiener commented 10 years ago

Fixes problem in msm when fusion variadic maps are being used.

henry-ch commented 10 years ago

Was the pull request abandoned?

eldiener commented 10 years ago

I did not mean to close the pull request.