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

P1113R0 CWG "ready" Issues for the June, 2018 (Rapperswil) meeting #2186

Merged
merged 7 commits into from Jun 18, 2018

Conversation

tkoeppe
Copy link
Contributor

@tkoeppe tkoeppe commented Jun 14, 2018

FIxes #2113.

Note the comment in that issue.

};
using T1 = X<S, int, int>; // error: too many arguments
using T2 = X<>; // error: no default argument for first template parameter
using T3 = X<1>; // error: value 1 does not match type-parameter
Copy link
Member

Choose a reason for hiding this comment

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

Missing code font for 1 here.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Pushed as fixup.

template parameter, and is not convertible to the type of the
corresponding non-type parameter as specified in~\ref{temp.arg.nontype},
When an explicit template argument list is specified, if the
given \grammarterm{template-id} is invalid\iref{temp.names},
Copy link
Member

Choose a reason for hiding this comment

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

invalid -> not valid, to fix the use of an undefined term.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done...

type deduction fails.

\item The specified template argument values are substituted for the
The specified template argument values are substituted for the
Copy link
Member

Choose a reason for hiding this comment

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

Add an "Otherwise" to the start of this sentence for clarity and flow.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

... and pushed as editorial commit.

@jensmaurer jensmaurer added this to the post-2018-06 milestone Jun 15, 2018
@zygoloid zygoloid merged commit 985fe9d into master Jun 18, 2018
@jensmaurer jensmaurer deleted the motions-2018-06-cwg-1 branch October 19, 2019 20:04
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.

None yet

3 participants