- Title
- Repeated cv-qualifiers in declarators
- Status
- cd3
- Section
- 9.3 [dcl.decl]
- Submitter
- Richard Smith
Created on 2012-07-23.00:00:00 last changed 152 months ago
Messages
Date: 2013-04-15.00:00:00
[Moved to DR at the April, 2013 meeting.]
Date: 2012-10-15.00:00:00
Proposed resolution (October, 2012): Change 9.2.9.2 [dcl.type.cv] paragraph 1 as follows:
There are two cv-qualifiers, const and
volatile . Each cv-qualifier shall appear at most
once in a cv-qualifier-seq. If a cv-qualifier
appears in a decl-specifier-seq, the
init-declarator-list of the declaration shall not be
empty. [Note:...
Date: 2012-07-23.00:00:00
There is no restriction against repeated cv-qualifiers in
declarators, although there is (in 9.2.9 [dcl.type] paragraph
2) for those appearing in a decl-specifier-seq. However, most
or all current implementations reject such code. Is a change needed?
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-03-03 00:00:00 | admin | set | status: drwp -> cd3 |
| 2013-10-14 00:00:00 | admin | set | status: dr -> drwp |
| 2013-05-03 00:00:00 | admin | set | messages: + msg4405 |
| 2013-05-03 00:00:00 | admin | set | status: ready -> dr |
| 2012-11-03 00:00:00 | admin | set | messages: + msg4061 |
| 2012-11-03 00:00:00 | admin | set | status: open -> ready |
| 2012-07-23 00:00:00 | admin | create | |