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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed May 30 17:54:39 PDT 2012


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


Kenji Hara <k.hara.pg at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


--- Comment #3 from Kenji Hara <k.hara.pg at gmail.com> 2012-05-30 17:56:28 PDT ---
In 2.060head, template constructor is documented correctly.

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

output:
----
struct Bug4319b;
    Example

    this(U)(U u);
        Template constructor
----

-- 
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