[Issue 16574] [REG 2.072.0-b1] Unexplained errors about functions that overridde anything
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Wed Oct 19 13:08:15 PDT 2016
https://issues.dlang.org/show_bug.cgi?id=16574
--- Comment #11 from b2.temp at gmx.com ---
The regression is still there (b2). Now that the alias is back inside the class
a derived must be instantiated in order to trigger the error. So the procedure
to see it is like in the first post:
$ if [ -d kheops ]; then
$ cd kheops
$ git pull
$ cd ..
$ else
$ git clone https://github.com/BBasile/kheops.git
$ fi
$ cd kheops/runnable
$ dub default_alignment.d
I think that you did not see it because the unittest config does nothing (it's
a static library).
--
More information about the Digitalmars-d-bugs
mailing list