[Issue 11127] New: std.range.cycle linker errors
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Sep 26 12:34:36 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11127
Summary: std.range.cycle linker errors
Product: D
Version: D2
Platform: x86
OS/Version: Windows
Status: NEW
Keywords: rejects-valid
Severity: regression
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: bearophile_hugs at eml.cc
--- Comment #0 from bearophile_hugs at eml.cc 2013-09-26 12:34:34 PDT ---
import std.range: cycle;
void main() {
cycle([1, 2]);
}
A dmd 2.064alpha gives:
OPTLINK (R) for Win32 Release 8.00.12
Copyright (C) Digital Mars 1989-2010 All rights reserved.
http://www.digitalmars.com/ctg/optlink.html
temp.obj(temp)
Error 42: Symbol Undefined
_D3std5range13__T5CycleTAiZ5Cycle11__xopEqualsFKxS3std5range13__T5CycleTAiZ5CycleKxS3std5range13__T5CycleTAiZ5CycleZb
temp.obj(temp)
Error 42: Symbol Undefined
_D3std5range13__T5CycleTAiZ5Cycle6__ctorMFNaNbNcNfAikZS3std5range13__T5CycleTAiZ5Cycle
temp.obj(temp)
Error 42: Symbol Undefined
_D3std5range42__T4TakeTS€Š–13€ƒ–5CycleTAiZ€†ŠZ€…§11__xopEqualsFKx€‹¶€±Ì€¾¾Zb
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list