[Issue 2846] New: box arguments should be const
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Apr 17 07:50:51 PDT 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2846
Summary: box arguments should be const
Product: D
Version: unspecified
Platform: PC
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: Phobos
AssignedTo: bugzilla at digitalmars.com
ReportedBy: dhasenan at gmail.com
phobos/std/boxer.d 422:
- Box box(TypeInfo info, void* data)
+ Box box(in TypeInfo info, in void* data)
I know that std.boxer is scheduled for execution, but it's the only way to
create a variant from TypeInfo, void* in phobos.
--
More information about the Digitalmars-d-bugs
mailing list