Skip to content

Replace <iosfwd> with <ostream> in doctest.h to try and fix linker error #78

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

Merged
merged 1 commit into from
Apr 6, 2018

Conversation

lewissbaker
Copy link
Owner

Linux optimised build was failing due to unresolved ostream operator<< symbols.

Replacing #include <iosfwd> with #include <ostream> in doctest.h seems to
fix the problem.

@lewissbaker lewissbaker merged commit bce2a72 into master Apr 6, 2018
@lewissbaker lewissbaker deleted the linux-fixes branch April 6, 2018 06:01
blapid pushed a commit to blapid/cppcoro that referenced this pull request Jul 24, 2018
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.

1 participant