https://d.puremagic.com/issues/show_bug.cgi?id=11945
Summary: LockingTextWriter fails with repeat
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Phobos
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Tobias Pankrath <[email protected]> 2014-01-18 10:26:27
PST ---
stdout.lockingTextWriter().put(repeat("#", 12));
/usr/include/dlang/dmd/std/stdio.d(1546): Error: no property 'ptr' for type
'Take!(Repeat!char)'
test.d(6): Error: template instance
std.stdio.File.LockingTextWriter.put!(Take!(Repeat!char)) error instantiating
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------