#102 closed defect (fixed)
typeof confuses constructor generation
| Reported by: | pabuhr | Owned by: | Rob Schluntz |
|---|---|---|---|
| Priority: | minor | Component: | cfa-cc |
| Version: | 1.0 | Keywords: | |
| Cc: |
Description
struct S { int i, j; };
void ?{}( S & s, int i, int j );
void ?{}( S & s, zero_t );
int main() {
typeof((S){10,10}) s = 0;
}
Note:
See TracTickets
for help on using tickets.
In 2b79a70: