1186 – Bind needs a small fix

D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 1186 - Bind needs a small fix
Summary: Bind needs a small fix
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: phobos (show other issues)
Version: D1 (retired)
Hardware: x86 Windows
: P2 normal
Assignee: Walter Bright
URL:
Keywords:
Depends on:
Blocks:
Reported: 2007年04月24日 09:35 UTC by Tomasz Stachowiak
Modified: 2014年02月16日 15:22 UTC (History)
0 users

See Also:


Attachments
Add an attachment (proposed patch, testcase, etc.)

Note You need to log in before you can comment on or make changes to this issue.
Description Tomasz Stachowiak 2007年04月24日 09:35:31 UTC
The line 764 in bind.d :
alias tmp.prependT!(T) res;
... should read:
alias tmp.meta.prependT!(T) res;
... in order to walk around a bug where DMD complains about prependT not being a member of Tuple
Thanks,
Tom
Comment 1 Walter Bright 2007年07月01日 13:29:31 UTC
Fixed DMD 1.018 and DMD 2.002


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