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

Fixed missing ostream include for MacOS when defining DOCTEST_CONFIG_… #314

Merged
merged 1 commit into from Dec 16, 2019

Conversation

NKTomHaygarth
Copy link
Contributor

…USE_STD_HEADERS

Description

ostream isn't getting included on MacOS 10.13 when building with cmake. Doctest seems to rely on string including ostream when that is not reliable. As including ostream was already included for VS 2019 it makes sense to include it for all platforms that might need it when using the DOCTEST_CONFIG_USE_STD_HEADERS define.

GitHub Issues

This fixes #126

@onqtam
Copy link
Member

onqtam commented Dec 9, 2019

Just to let you know - sorry for the delay, but I'll think about this perhaps in January 2020... Others keep hitting this issue ( #316 ) and I will eventually get to it!

@onqtam
Copy link
Member

onqtam commented Dec 16, 2019

I decided to merge this :)

@onqtam onqtam merged commit 691e8a6 into doctest:dev Dec 16, 2019
onqtam pushed a commit that referenced this pull request Dec 16, 2019
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.

None yet

2 participants