Boost C++ Libraries: Ticket #12393: Some geometry headers fail to compile indepedently https://svn.boost.org/trac10/ticket/12393 <p> Following on from <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/12289" title="#12289: Bugs: Compile errors if you include boost/geometry/algorithms/buffer.hpp directly (closed: fixed)">ticket:12289</a>, I've identified some other Geometry headers that don't compile independently (under Clang) in violation of the <a href="http://www.boost.org/development/header.html">Boost header policy</a> : </p> <blockquote class="citation"> <p> Make sure that a translation unit consisting of just the contents of the header file will compile successfully. </p> </blockquote> <p> I attach an output file detailing the errors I've seen. </p> <p> I excluded <code>[...]/detail/[...]</code> headers from the list to check. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/12393 Trac 1.4.3 Tony Lewis <tonyelewis@…> Mon, 15 Aug 2016 08:12:24 GMT attachment set https://svn.boost.org/trac10/ticket/12393 https://svn.boost.org/trac10/ticket/12393 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">geometry_header_errors.clang.txt.gz</span> </li> </ul> <p> Gzip of text file detailing Clang errors on attempting to compile Geometry headers (excluding those in detail sub-directories) </p> Ticket viboes Fri, 19 Aug 2016 21:18:02 GMT component changed; owner set https://svn.boost.org/trac10/ticket/12393#comment:1 https://svn.boost.org/trac10/ticket/12393#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Barend Gehrels</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">geometry</span> </li> </ul> Ticket