Boost C++ Libraries: Ticket #4591: Missing preprocessor guard in mpl::for_each https://svn.boost.org/trac10/ticket/4591 <p> Implementation has assert </p> <p> BOOST_MPL_ASSERT(( is_sequence&lt;Sequence&gt; )); </p> <p> witch must be guarded: </p> <p> #if !defined(BOOST_MPL_CFG_NO_HAS_XXX) </p> <p> BOOST_MPL_ASSERT(( is_sequence&lt;Sequence&gt; )); </p> <p> #endif </p> <p> for working with old compilers. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4591 Trac 1.4.3 Joel Falcou Sun, 10 Apr 2011 10:55:26 GMT <link>https://svn.boost.org/trac10/ticket/4591#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4591#comment:1</guid> <description> <p> Iakov, which compilers are you using that reproduce this problem ? </p> <p> Regards </p> </description> <category>Ticket</category> </item> </channel> </rss>