[Issue 4319] Constructor templates in struct/class templates documented as __ctor(T)

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jun 5 00:47:39 PDT 2011


http://d.puremagic.com/issues/show_bug.cgi?id=4319


kennytm at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kennytm at gmail.com


--- Comment #2 from kennytm at gmail.com 2011-06-05 00:43:09 PDT ---
It's not really due to bug 4107. Even in the following case the constructor is
documented as 'auto __ctor' instead of 'this'.


-----------------------------------
/// Example
struct Bug4319b {
        /// Template constructor
        this(U)(U u) { }
}
-----------------------------------

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list