D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.

Issue 2513

Summary: Silent error for tupleof from forward reference
Product: D Reporter: BCS <shro8822>
Component: dmdAssignee: No Owner <nobody>
Status: RESOLVED DUPLICATE
Severity: normal CC: clugdbug, smjg
Priority: P2 Keywords: wrong-code
Version: D1 (retired)
Hardware: x86
OS: All
Issue Depends on:
Issue Blocks: 340

Description BCS 2008年12月13日 14:30:59 UTC
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
Comment 1 Don 2010年03月15日 12:22:21 UTC
Bug 2085 and bug 2885 are probably the same as this.
Comment 2 Don 2012年05月14日 08:23:28 UTC
*** This issue has been marked as a duplicate of issue 2085 ***

AltStyle によって変換されたページ (->オリジナル) /