Boost C++ Libraries: Ticket #4792: missing <cassert> include https://svn.boost.org/trac10/ticket/4792 <p> boost/property_tree/string_path.hpp uses assert without including &lt;cassert&gt; explicitly, so it doesn't compile (e.g. with STLPort 5.2.1 which doesn't include &lt;cassert&gt; itself by default). </p> <p> Another file without this include: boost/property_tree/detail/ptree_implementation.hpp </p> <p> Other files that use assert already include &lt;cassert&gt; (namely, boost/property_tree/detail/rapidxml.hpp) </p> <p> Should be easy to fix. Thanks. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4792 Trac 1.4.3 Sebastian Redl Fri, 18 Feb 2011 16:44:33 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4792#comment:1 https://svn.boost.org/trac10/ticket/4792#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">duplicate</span> </li> </ul> <p> Dupe of bug 4448. </p> Ticket