Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#10413 closed Bugs (fixed)

Supply <string> to fix C++03 compile error on logic_error("...")

Reported by: Kazutoshi SATODA <k_satoda@…> Owned by: akrzemi1
Milestone: Boost 1.58.0 Component: optional
Version: Boost 1.56.0 Severity: Regression
Keywords: Cc:

Description (last modified by akrzemi1)

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 akrzemi1, 8 years ago

Owner: changed from Fernando Cacciola to akrzemi1

comment:2 by akrzemi1, 8 years ago

Milestone: To Be DeterminedBoost 1.58.0
Resolution: fixed
Status: newclosed
Type: PatchesBugs

comment:3 by akrzemi1, 8 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.