#10413 closed Bugs (fixed)
Supply <string> to fix C++03 compile error on logic_error("...") — at Version 3
Reported by: | Owned by: | akrzemi1 | |
---|---|---|---|
Milestone: | Boost 1.58.0 | Component: | optional |
Version: | Boost 1.56.0 | Severity: | Regression |
Keywords: | Cc: |
Description (last modified by )
https://github.com/boostorg/optional/pull/9
This change makes the library usable (again) on C++03 standard library implementations where <stdexcept> doesn't imply inclusion of <string>, e.g. STLport.
FYI, there was a same issue (#6788, and fix) for uuid library.
(fixed in Boost 1.57.0)
Change History (3)
comment:1 by , 8 years ago
Owner: | changed from | to
---|
comment:2 by , 8 years ago
Milestone: | To Be Determined → Boost 1.58.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Type: | Patches → Bugs |
comment:3 by , 8 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.