Skip to content

Ensure that no #includes are inside of a namespace.#5547

Merged
vjpai merged 3 commits intogrpc:masterfrom
dgquintas:limit_cores_includes
Mar 4, 2016
Merged

Ensure that no #includes are inside of a namespace.#5547
vjpai merged 3 commits intogrpc:masterfrom
dgquintas:limit_cores_includes

Conversation

@dgquintas
Copy link
Copy Markdown
Contributor

Via David Jones. Thanks!

Previously, <sched.h> was #included to grpc::testing. This really is an error,
but it managed to work. Building with C++ modules makes this a much stricter
error, since #inclusions are translated to modular imports.

@dgquintas dgquintas force-pushed the limit_cores_includes branch from 0a70c06 to 2a8c280 Compare March 3, 2016 04:52
@vjpai
Copy link
Copy Markdown
Contributor

vjpai commented Mar 4, 2016

LGTM. I would merge, except this PR has merge conflicts. Please resolve and I'll merge.

@dgquintas
Copy link
Copy Markdown
Contributor Author

Done

vjpai added a commit that referenced this pull request Mar 4, 2016
Ensure that no #includes are inside of a namespace.
@vjpai vjpai merged commit 647def2 into grpc:master Mar 4, 2016
@vjpai
Copy link
Copy Markdown
Contributor

vjpai commented Mar 4, 2016

We'll need to reopen this after the fixit.

@lock lock bot locked as resolved and limited conversation to collaborators Jan 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants