Boost C++ Libraries: Ticket #4448: property_tree error while compiling with BOOST_DISABLE_ASSERTS https://svn.boost.org/trac10/ticket/4448 <p> Error: property_tree/string_path.hpp:200: error: ‘assert’ was not declared in this scope </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4448 Trac 1.4.3 Ilya S. Ivanov <ivanov.ilya.sergeevich@…> Wed, 25 Aug 2010 04:09:05 GMT <link>https://svn.boost.org/trac10/ticket/4448#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4448#comment:1</guid> <description> <p> Still actual in 1.44.0 Workaround - comment out that line with assert. </p> </description> <category>Ticket</category> </item> <item> <author>Danil Ilinykh <woodroof@…></author> <pubDate>Thu, 02 Sep 2010 10:19:40 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/4448#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4448#comment:2</guid> <description> <p> Or replace "assert" for "BOOST_ASSERT" in file string_path.hpp, line 200 (boost version 1.44). </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Sebastian Redl</dc:creator> <pubDate>Fri, 18 Feb 2011 16:40:25 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/4448#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4448#comment:3</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/68993" title="Erase assert() in favor of BOOST_ASSERT() in all PTree files, ...">[68993]</a>) Erase assert() in favor of BOOST_ASSERT() in all PTree files, including RapidXML. See bug 4448. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Sebastian Redl</dc:creator> <pubDate>Mon, 16 May 2011 18:39:48 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/4448#comment:4 https://svn.boost.org/trac10/ticket/4448#comment:4 <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">fixed</span> </li> </ul> <p> Fixed in <a class="changeset" href="https://svn.boost.org/trac10/changeset/71992" title="Merge r68990-68993, several fixes to PTree. Fixes bug 1678. Fixes bug ...">r71992</a>. </p> Ticket