id summary reporter owner description type status milestone component version severity resolution keywords cc 8504 BOOST_PHOENIX_LIMIT can only be set to a multiple of 10 Mathieu Champlon Thomas Heller "Hi, This ticket is a follow-up to #7165. The following code fails to compile {{{ #define BOOST_PHOENIX_LIMIT 9 #include }}} It also fails for 11 or any number different from 10, 20, 30, etc... but bear in mind that this error is largely hidden by #7165 : only after applying it does it become visible for numbers greater than 10. All in all it looks like the BOOST_PHOENIX_PP_ROUND_UP(BOOST_PHOENIX_LIMIT) logic in boost/phoenix/core/limits.hpp is partly flawed. I'll try and investigate ! Thanks, MAT." Bugs new To Be Determined phoenix Boost Development Trunk Problem