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

Improve cv-combination note #3205

Closed
opensdh opened this issue Aug 28, 2019 · 2 comments
Closed

Improve cv-combination note #3205

opensdh opened this issue Aug 28, 2019 · 2 comments

Comments

@opensdh
Copy link
Contributor

opensdh commented Aug 28, 2019

The note in [conv.qual]/3,

[Note: Given similar types T1 and T2, this construction ensures that both can be converted to the cv-combined type of T1 and T2. — end note]

is close to being vacuous: A can be converted to B precisely when cvc(A,B)=B, so saying that T1 can be converted to cvc(T1,T2) is saying that cvc(T1,cvc(T1,T2))=cvc(T1,T2). It seems obvious that an operation like cv-combination should be idempotent in this sense (here, the unary function cvc(T1,·)); it is also reasonable that it should be symmetric (the reference to Pi1 at the end of /3.2 damages that, but only in cases that are irrelevant anyway). If any note is needed, it is one that reassures the reader that those two properties hold (in all the cases that matter).

@jensmaurer
Copy link
Member

The whole point of notes is being vacuous and stating the sort-of obvious.

@jensmaurer jensmaurer added decision-required A decision of the editorial group (or the Project Editor) is required. and removed decision-required A decision of the editorial group (or the Project Editor) is required. labels Sep 3, 2019
@jensmaurer
Copy link
Member

Editorial teleconference: If we want any note here at all, the note is saying the right thing for the programmer. No motivation for a change.

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

No branches or pull requests

2 participants