[Issue 14616] ddoc shows std.socket.UnixAddress as "abstract"

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri May 22 11:19:41 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14616

Steven Schveighoffer <schveiguy at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schveiguy at yahoo.com

--- Comment #1 from Steven Schveighoffer <schveiguy at yahoo.com> ---
this is because the DDOC version of UnixAddress has unimplemented functions.
Put in implementations, and you will get rid of the abstract label.

--


More information about the Digitalmars-d-bugs mailing list