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

CWG Poll 14: P1815R2 Translation-unit-local entities #3740

Merged
merged 2 commits into from Feb 26, 2020

Conversation

jensmaurer
Copy link
Member

@jensmaurer jensmaurer commented Feb 18, 2020

Also fixes NB US 035, US 133, and US 134 (C++20 CD).

Fixes #3698.
Fixes cplusplus/papers#586.
Fixes cplusplus/nbballot#34.
Fixes cplusplus/nbballot#132.
Fixes cplusplus/nbballot#133.

@jensmaurer jensmaurer added this to the post-2020-02 milestone Feb 18, 2020
source/basic.tex Outdated Show resolved Hide resolved
source/basic.tex Outdated Show resolved Hide resolved
source/basic.tex Outdated Show resolved Hide resolved
source/basic.tex Show resolved Hide resolved
source/templates.tex Outdated Show resolved Hide resolved
\item
a potentially-constant variable\iref{expr.const}, or
\item
a specialization of a templated class.
Copy link
Contributor

Choose a reason for hiding this comment

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

What is a "templated class"?

Copy link
Member Author

Choose a reason for hiding this comment

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

A templated entity that is a class. (Any fixes in this area should be separate.)

Copy link
Contributor

Choose a reason for hiding this comment

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

Please replace "templated class" editorially in a separate commit with: "templated entity that is a class type" (since at least "templated entity" is defined).

Copy link
Member Author

Choose a reason for hiding this comment

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

Sorry, won't do. CWG is contemplating changing the definition to "An entity is templated if..." , which might even be an editorial fix.

@burblebee burblebee changed the title P1815R2 Translation-unit-local entities CWG Poll 14: P1815R2 Translation-unit-local entities Feb 23, 2020
jensmaurer and others added 2 commits February 25, 2020 18:08
Also fixes NB US 035, US 133, and US 134 (C++20 CD).
private-module-fragment are definition domains.
@zygoloid zygoloid merged commit eb1b533 into master Feb 26, 2020
@jensmaurer jensmaurer deleted the motions-2020-02-cwg-14 branch February 12, 2021 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment