Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Sep 4, 2014

Conversation

k-satoda
Copy link
Contributor

This change makes the library usable (again) on C++03 standard library
implementations where doesn't imply inclusion of ,
e.g. STLport.

This change makes the library usable (again) on C++03 standard library
implementations where <stdexcept> doesn't imply inclusion of <string>,
e.g. STLport.
@k-satoda
Copy link
Contributor Author

Filed as Trac ticket #10413.

FYI, there was a same issue (#6788, and fix) for uuid library.

@akrzemi1
Copy link
Member

akrzemi1 commented Sep 2, 2014

Just to let you know that I am aware of the request. I will act upon it in a couple of days. Thanks.

@akrzemi1 akrzemi1 merged commit d4a4cdc into boostorg:develop Sep 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants