[dmd-internals] [D-Programming-Language/dmd] c34b01: Replace implicit conversions from class pointers t...
GitHub
noreply at github.com
Wed Jun 19 19:36:07 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: c34b01a17dfe21b2222765034ff8a10d4e153065
https://github.com/D-Programming-Language/dmd/commit/c34b01a17dfe21b2222765034ff8a10d4e153065
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2013-06-19 (Wed, 19 Jun 2013)
Changed paths:
M src/class.c
M src/dsymbol.c
M src/scope.c
Log Message:
-----------
Replace implicit conversions from class pointers to void* with explicit casts
Commit: 44e589ed6299545144ba61bacca3f869a7f9a87e
https://github.com/D-Programming-Language/dmd/commit/44e589ed6299545144ba61bacca3f869a7f9a87e
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2013-06-19 (Wed, 19 Jun 2013)
Changed paths:
M src/class.c
M src/dsymbol.c
M src/scope.c
Log Message:
-----------
Merge pull request #2218 from yebblies/objectvoid
[DDMD] Replace implicit conversions to and from class pointers with explicit casts
Compare: https://github.com/D-Programming-Language/dmd/compare/0ecb4bd26e94...44e589ed6299
More information about the dmd-internals
mailing list