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: bugzi...@digitalmars.com
        ReportedBy: dhase...@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.


-- 

Reply via email to