Skip to content

Make sure std::string constructor is available#33

Merged
igaztanaga merged 1 commit intoboostorg:developfrom
muggenhor:include-string
Dec 23, 2015
Merged

Make sure std::string constructor is available#33
igaztanaga merged 1 commit intoboostorg:developfrom
muggenhor:include-string

Conversation

@muggenhor
Copy link
Contributor

Make sure std::string constructor is available because <stdexcept> only needs to have a forward declaration of std::string. But that's not enough to invoke constructors of std::exception (and derivatives) if we don't have a reference to an std::string handy.

This is necessary with STLport which only includes a forward declaration of std::string in <stdexcept>.

.. because <stdexcept> only needs to have a forward declaration of
std::string. But that's not enough to invoke constructors of
std::exception (and derivatives) if we don't have a reference to an
std::string handy.
@igaztanaga igaztanaga merged commit f60f0bd into boostorg:develop Dec 23, 2015
igaztanaga added a commit that referenced this pull request Dec 23, 2015
@igaztanaga
Copy link
Member

Many thanks for the patch and the detailed report.

@muggenhor muggenhor deleted the include-string branch December 23, 2015 14:44
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.

3 participants