[Version 10.0] Feature support for global using directives#1565
Draft
RexJaeschke wants to merge 5 commits into
Draft
[Version 10.0] Feature support for global using directives#1565RexJaeschke wants to merge 5 commits into
RexJaeschke wants to merge 5 commits into
Conversation
RexJaeschke
marked this pull request as draft
February 6, 2026 21:18
BillWagner
force-pushed
the
v10-global-using-directives
branch
from
March 27, 2026 19:10
ef9f014 to
29a956f
Compare
BillWagner
force-pushed
the
v10-global-using-directives
branch
from
April 14, 2026 18:45
29a956f to
952ae9b
Compare
BillWagner
added a commit
that referenced
this pull request
Apr 15, 2026
BillWagner
force-pushed
the
v10-global-using-directives
branch
from
May 13, 2026 15:21
952ae9b to
864de1a
Compare
- Add a `## §global-using-directives Global using directives` heading before `### §global-using-directives-general General`. - Add after the `using_directive` paragraph: "The *global_using_directive*s of a compilation unit affect the *global_attributes* and *namespace_member_declaration*s of all compilation units in the program." Update to: "The *extern_alias_directive*s of a compilation unit affect the *global_using_directive*s, *using_directive*s, *global_attributes* and *namespace_member_declaration*s of that compilation unit, but have no effect on other compilation units." - Update to: "Using directives (§14.5) and global using directives (§global-using-directives) are provided to facilitate the use of namespaces."
BillWagner
force-pushed
the
v10-global-using-directives
branch
from
June 24, 2026 19:23
864de1a to
e040081
Compare
Member
|
An earlier version of this feature is already present on |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is Rex's adaptation of the corresponding MS proposal.