Opened 8 years ago
Closed 8 years ago
#45 closed defect (fixed)
Const ref error in tuple
Reported by: | Thierry Delisle | Owned by: | |
---|---|---|---|
Priority: | minor | Component: | cfa-cc |
Version: | 1.0 | Keywords: | |
Cc: |
Description
The following code asserts :
#include <stddef.h> struct S {}; [S *, int] foo() { return [NULL, -1]; }
Note:
See TracTickets
for help on using tickets.
This appears to have been fixed at some point. I'm closing this and you can reopen with more details if you're still having issues.