[dlang.org] [D-Programming-Language/d-programming-language.org] 1ae2aa: Fix section talking about virtual with regards to ...
GitHub
noreply at github.com
Sun Dec 23 03:08:53 PST 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/d-programming-language.org
Commit: 1ae2aa8e2f4cc3fceb6e2cdfddfc039afbdc5458
https://github.com/D-Programming-Language/d-programming-language.org/commit/1ae2aa8e2f4cc3fceb6e2cdfddfc039afbdc5458
Author: jmdavis <jmdavisProg at gmx.com>
Date: 2012-12-22 (Sat, 22 Dec 2012)
Changed paths:
M function.dd
Log Message:
-----------
Fix section talking about virtual with regards to package.
It previously indicated that package member functions were virtual,
which is not the case. It also previously indicated that the compiler
knew the entire class hierarchy when compiling the code, which is also
not true (e.g. the base class could be in one library and the derived
class could be in another, and those libraries could be compiled
separately). Both have been fixed.
Commit: 7d0e03d506b80edd8bd2dd29ff1a44a065567a27
https://github.com/D-Programming-Language/d-programming-language.org/commit/7d0e03d506b80edd8bd2dd29ff1a44a065567a27
Author: Alex Rønne Petersen <alex at alexrp.com>
Date: 2012-12-23 (Sun, 23 Dec 2012)
Changed paths:
M function.dd
Log Message:
-----------
Merge pull request #217 from jmdavis/package
Fix section talking about virtual with regards to package.
Compare: https://github.com/D-Programming-Language/d-programming-language.org/compare/84583c03528c...7d0e03d506b8
More information about the dlang.org
mailing list