Opened 7 years ago

Closed 6 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];
}

Change History (1)

comment:1 Changed 6 years ago by Rob Schluntz

Resolution: fixed
Status: newclosed

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.

Note: See TracTickets for help on using tickets.