Thread overview
[Issue 5299] Protected inheritance is semantically undefined.
Aug 29, 2014
yebblies
August 29, 2014
https://issues.dlang.org/show_bug.cgi?id=5299

yebblies <yebblies@gmail.com> changed:

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

--- Comment #6 from yebblies <yebblies@gmail.com> ---
Pull to turn deprecation message into an error.

https://github.com/D-Programming-Language/dmd/pull/3911

--
August 31, 2014
https://issues.dlang.org/show_bug.cgi?id=5299

--- Comment #7 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/5ffc7d3784dc416769ff1a4aa0ab959ca42cd47e Fix Issue 5299 - Protected inheritance is semantically undefined

Deprecation -> Error

https://github.com/D-Programming-Language/dmd/commit/486e92da11fd567c32634a3085a31fa266634d77 Merge pull request #3911 from yebblies/issue5299

Issue 5299 - Turn base class protection into an error

--
June 10, 2015
https://issues.dlang.org/show_bug.cgi?id=5299

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |D2

--