Opened 8 years ago
Last modified 8 years ago
#10413 closed Bugs
Supply <string> to fix C++03 compile error on logic_error("...") — at Initial Version
Reported by: | Owned by: | Fernando Cacciola | |
---|---|---|---|
Milestone: | Boost 1.58.0 | Component: | optional |
Version: | Boost 1.56.0 | Severity: | Regression |
Keywords: | Cc: |
Description
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.
Note:
See TracTickets
for help on using tickets.