id summary reporter owner description type status milestone component version severity resolution keywords cc 9295 PHOENIX_LIMIT macro clash: property_tree -- log/sink Johan Lundberg Thomas Heller "Components: * spirit * phoenix * log * property_tree The following does not compile using gcc 4.8.1 or 4.7.2 (linux) using default warning options: {{{ #include ""boost/property_tree/json_parser.hpp"" #include ""boost/log/sinks.hpp"" }}} The reason is that there are two (different?) definitions picked up, from deep within the include graphs: {{{ boost/phoenix/core/limits.hpp:26 #define PHOENIX_LIMIT BOOST_PHOENIX_LIMIT boost/spirit/home/classic/attribute.hpp:30 #define PHOENIX_LIMIT 6 }}} (Note to others: A workaround for cases where the two are not truly used together is to use a pimpl.)" Bugs new To Be Determined phoenix Boost 1.54.0 Regression Andrey.Semashev@…