Boost C++ Libraries: Ticket #11607: geometry::exception::what() needs to be public https://svn.boost.org/trac10/ticket/11607 <p> In 1.58.0, geometry::exception did not implement a what() method(), so the inherited public method std::exception::what() was accessed. </p> <p> 1.59.0 geometry::exception::what() returns "Boost.Geometry exception", but it is private and cannot be accessed! </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/11607 Trac 1.4.3 Tobias Reh <treh@…> Tue, 01 Sep 2015 07:22:14 GMT attachment set https://svn.boost.org/trac10/ticket/11607 https://svn.boost.org/trac10/ticket/11607 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">exception.hpp.patch</span> </li> </ul> <p> You may fix the bug with this patch </p> Ticket awulkiew Mon, 07 Sep 2015 12:50:52 GMT owner, status changed https://svn.boost.org/trac10/ticket/11607#comment:1 https://svn.boost.org/trac10/ticket/11607#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Barend Gehrels</span> to <span class="trac-author">awulkiew</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket awulkiew Mon, 07 Sep 2015 12:52:55 GMT status, milestone changed; keywords, resolution set https://svn.boost.org/trac10/ticket/11607#comment:2 https://svn.boost.org/trac10/ticket/11607#comment:2 <ul> <li><strong>keywords</strong> private exception what added </li> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.60.0</span> </li> </ul> <p> Thanks! </p> <p> Fix: <a class="ext-link" href="https://github.com/boostorg/geometry/commit/a71aaa3617b597384ac5c61fb4dab2b5b108abd0"><span class="icon">​</span>a71aaa3</a> </p> <p> FYI, you can create pull requests directly on <a class="ext-link" href="https://github.com/boostorg/geometry"><span class="icon">​</span>GitHub</a>. </p> Ticket