August 03, 2007 [Issue 1397] New: BufferedFile HANDLE constructor needs default parameter | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=1397 Summary: BufferedFile HANDLE constructor needs default parameter Product: D Version: 2.000 Platform: PC OS/Version: Windows Status: NEW Severity: minor Priority: P3 Component: Phobos AssignedTo: bugzilla@digitalmars.com ReportedBy: regan@netmail.co.nz This constructor for BufferedFile in std.stream: this(HANDLE hFile, FileMode mode, uint buffersize) should probably have a default parameter value for the buffersize, eg: this(HANDLE hFile, FileMode mode, uint buffersize = DefaultBufferSize) -- |
December 26, 2012 [Issue 1397] BufferedFile HANDLE constructor needs default parameter | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=1397 Alex Rønne Petersen <alex@lycus.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |alex@lycus.org Resolution| |FIXED -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation