Thread overview
[Issue 19529] An example from Wikipedia does not compile
Dec 31, 2018
Victor Porton
Dec 31, 2018
Victor Porton
Dec 31, 2018
Victor Porton
Dec 31, 2018
Richard Cattermole
Dec 31, 2018
Adam D. Ruppe
December 31, 2018
https://issues.dlang.org/show_bug.cgi?id=19529

--- Comment #1 from Victor Porton <porton@narod.ru> ---
Sorry, WikiBooks not Wikipedia.

--
December 31, 2018
https://issues.dlang.org/show_bug.cgi?id=19529

--- Comment #2 from Victor Porton <porton@narod.ru> ---
$ dmd --version
DMD64 D Compiler v2.080.1

--
December 31, 2018
https://issues.dlang.org/show_bug.cgi?id=19529

--- Comment #3 from Victor Porton <porton@narod.ru> ---
It doesn't work with DMD64 D Compiler v2.083.1, too.

--
December 31, 2018
https://issues.dlang.org/show_bug.cgi?id=19529

Richard Cattermole <alphaglosined@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |alphaglosined@gmail.com
         Resolution|---                         |WONTFIX

--- Comment #4 from Richard Cattermole <alphaglosined@gmail.com> ---
It's not being maintained by anyone by the looks.
Truth be told I was unaware that it even existed.

Use e.g. https://tour.dlang.org/ or http://ddili.org/ders/d.en/index.html which are actively being maintained and correct.

The page you want is http://ddili.org/ders/d.en/mixin.html

--
December 31, 2018
https://issues.dlang.org/show_bug.cgi?id=19529

Adam D. Ruppe <destructionator@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |destructionator@gmail.com

--- Comment #5 from Adam D. Ruppe <destructionator@gmail.com> ---
The author there just forgot the ! for template arguments.

being a wiki, i just hit edit and added them. https://en.wikibooks.org/w/index.php?title=D_Programming/Mixins&stable=0

--