Title
Agreement of deduced and explicitly-specified variable types
Status
cd6
Section
9.2.9.7 [dcl.spec.auto]
Submitter
Nina Ranns

Created on 2018-10-24.00:00:00 last changed 17 months ago

Messages

Date: 2022-11-25.07:24:07

CWG 2019-09-16

Approved editorial change 3227.

Date: 2019-07-15.00:00:00

Notes from the July, 2019 meeting

Editorially add the example as well-formed; see editorial issue 2979.

Date: 2018-10-24.00:00:00

The Standard does not explicitly address whether an example like the following is well-formed or not:

  struct S {
    static int i;
  };
  auto S::i = 23;

There is implementation divergence on the handling of this example.

History
Date User Action Args
2022-11-25 07:24:07adminsetmessages: + msg7063
2022-11-25 07:24:07adminsetmessages: + msg7062
2022-11-25 07:24:07adminsetstatus: open -> cd6
2018-10-24 00:00:00admincreate