Opened 7 years ago

Closed 7 years ago

#11607 closed Bugs (fixed)

geometry::exception::what() needs to be public

Reported by: Tobias Reh <treh@…> Owned by: awulkiew
Milestone: Boost 1.60.0 Component: geometry
Version: Boost 1.59.0 Severity: Regression
Keywords: private exception what Cc:

Description

In 1.58.0, geometry::exception did not implement a what() method(), so the inherited public method std::exception::what() was accessed.

1.59.0 geometry::exception::what() returns "Boost.Geometry exception", but it is private and cannot be accessed!

Attachments (1)

exception.hpp.patch (360 bytes ) - added by Tobias Reh <treh@…> 7 years ago.
You may fix the bug with this patch

Download all attachments as: .zip

Change History (3)

by Tobias Reh <treh@…>, 7 years ago

Attachment: exception.hpp.patch added

You may fix the bug with this patch

comment:1 by awulkiew, 7 years ago

Owner: changed from Barend Gehrels to awulkiew
Status: newassigned

comment:2 by awulkiew, 7 years ago

Keywords: private exception what added
Milestone: To Be DeterminedBoost 1.60.0
Resolution: fixed
Status: assignedclosed

Thanks!

Fix: a71aaa3

FYI, you can create pull requests directly on GitHub.

Note: See TracTickets for help on using tickets.