Created on1999-01-25.00:00:00 last changed277 months ago
Proposed resolution (10/00): Remove the line
struct Data; //OK: Redeclares nestedData
See alsoCore issue 36 andCore issue 56.
In6.5.6 [basic.lookup.elab]paragraph 3, there is the example
struct Base { // ... struct Data { /* ... */ }; //Defines nestedData struct Data; //OK: Redeclares nestedData };The final redeclaration is invalid according to11.4 [class.mem] paragraph 1 last sentence.Proposed resolution (10/00): Remove the line
struct Data; //OK: Redeclares nestedData
See alsoCore issue 36 andCore issue 56.
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2003-04-25 00:00:00 | admin | set | status: dr -> tc1 |
| 2000-11-18 00:00:00 | admin | set | messages: +msg440 |
| 2000-11-18 00:00:00 | admin | set | status: ready -> dr |
| 2000-05-21 00:00:00 | admin | set | status: drafting -> ready |
| 2000-02-23 00:00:00 | admin | set | status: open -> drafting |
| 1999-01-25 00:00:00 | admin | create | |