Boost C++ Libraries: Ticket #2176: operations.cpp fails to compile on QNX because of missing ';' at end of line https://svn.boost.org/trac10/ticket/2176 <p> operations.cpp fails to compile with the given error: </p> <p> libs/filesystem/src/operations.cpp: In function `int </p> <blockquote> <p> &lt;unnamed&gt;::posix_remove(const char*)': </p> </blockquote> <p> libs/filesystem/src/operations.cpp:592: error: parse error before `}' token </p> <p> I have attached a patch which adds the semi-colon in the right place. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2176 Trac 1.4.3 glyn.matthews@… Thu, 07 Aug 2008 09:57:23 GMT attachment set https://svn.boost.org/trac10/ticket/2176 https://svn.boost.org/trac10/ticket/2176 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">operations.cpp.patch</span> </li> </ul> <p> Patch for libs/filesystem/src/operations.cpp </p> Ticket Beman Dawes Thu, 09 Oct 2008 15:01:50 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2176#comment:1 https://svn.boost.org/trac10/ticket/2176#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">fixed</span> </li> </ul> <p> Fixed. </p> <p> Thanks! </p> <p> --Beman </p> Ticket