[Issue 14646] New: Add a documented way to invoke postblit
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Wed Jun  3 12:23:45 PDT 2015
    
    
  
https://issues.dlang.org/show_bug.cgi?id=14646
          Issue ID: 14646
           Summary: Add a documented way to invoke postblit
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: DMD
          Assignee: nobody at puremagic.com
          Reporter: timon.gehr at gmx.ch
Currently, postblit can be invoked manually on a struct object using
obj.__postblit();. However, this is not documented. There should be a
documented way to invoke postblit. I.e. either add __postblit to the language
specification (together with __ctor, __dtor) or add a suitable library
function.
--
    
    
More information about the Digitalmars-d-bugs
mailing list