http://d.puremagic.com/issues/show_bug.cgi?id=2513
Summary: Silent error for tupleof from forward refference
Product: D
Version: 1.036
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
The two pragmas don't generate the same output.
pragma(msg,S.tupleof.stringof); // null output
struct S
{
int i;
uint j;
float k;
}
pragma(msg,S.tupleof.stringof); // normal output
does not exist in 1.026
--
