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

Specify consistent c++ standard between cxx and cxx-test-suite #268

Merged
merged 1 commit into from
Aug 29, 2020

Conversation

dtolnay
Copy link
Owner

@dtolnay dtolnay commented Aug 29, 2020

This PR introduces a way to share C++ compiler flags (-std=c++14 etc) between the cxx crate and our test suite, including MSVC support. This bypasses the Cargo dependency resolution bug (rust-lang/cargo#6915) which was blocking the previous attempt in #205.

Closes #205.
FYI @philipcraig

@dtolnay dtolnay merged commit 0f312e7 into master Aug 29, 2020
@dtolnay dtolnay deleted the flags branch August 29, 2020 00:41
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