Opened 7 years ago
Closed 7 years ago
#11607 closed Bugs (fixed)
geometry::exception::what() needs to be public
| Reported by: | 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)
Change History (3)
by , 7 years ago
| Attachment: | exception.hpp.patch added |
|---|
comment:1 by , 7 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 7 years ago
| Keywords: | private exception what added |
|---|---|
| Milestone: | To Be Determined → Boost 1.60.0 |
| Resolution: | → fixed |
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

You may fix the bug with this patch