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

Replace #include by import-declaration #3574

Closed
wants to merge 1 commit into from
Closed

Replace #include by import-declaration #3574

wants to merge 1 commit into from

Conversation

daveedvdv
Copy link
Contributor

This example was previously valid, but we've removed the implicit use of header units through #include directives.

This example was previously valid, but we've removed the implicit use of header units through #include directives.
@@ -5691,7 +5691,7 @@

\begin{codeblocktu}{Module interface unit of \tcode{C2}}
module;
#include "bar.h" // imports header unit \tcode{"bar.h"}
import "bar.h" // imports header unit \tcode{"bar.h"}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is missing the terminating semicolon. (Please also check that the comment starts in a suitable column per https://github.com/cplusplus/draft/wiki/Specification-Style-Guidelines#code-blocks -- looks like we might be missing enforcement of that for codeblocktu.)

@zygoloid zygoloid added the changes requested Changes to the wording or approach have been requested and not yet applied. label Jan 13, 2020
@jensmaurer
Copy link
Member

Please rebase and force-push.

@jensmaurer jensmaurer added the needs rebase The pull request needs a git rebase to resolve merge conflicts. label Mar 12, 2020
@jensmaurer jensmaurer self-requested a review April 17, 2020 09:22
@tkoeppe tkoeppe closed this Jun 19, 2021
@tkoeppe tkoeppe deleted the branch cplusplus:master June 19, 2021 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changes requested Changes to the wording or approach have been requested and not yet applied. needs rebase The pull request needs a git rebase to resolve merge conflicts.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants