[dmd-internals] [D-Programming-Language/dmd] 4c138e: fix issue 10186 - default construction is disabled...
GitHub
noreply at github.com
Mon May 27 15:25:44 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 4c138e35e8fab9b5d035ba385d0ba54dc2b7124e
https://github.com/D-Programming-Language/dmd/commit/4c138e35e8fab9b5d035ba385d0ba54dc2b7124e
Author: Henning Pohl <henning at still-hidden.de>
Date: 2013-05-27 (Mon, 27 May 2013)
Changed paths:
M src/declaration.c
A test/compilable/test10186.d
Log Message:
-----------
fix issue 10186 - default construction is disabled even if default ctor
declared
Commit: 81b5d0999b1679b0c37c285acc4ddf9b6f70bc4f
https://github.com/D-Programming-Language/dmd/commit/81b5d0999b1679b0c37c285acc4ddf9b6f70bc4f
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2013-05-27 (Mon, 27 May 2013)
Changed paths:
M src/declaration.c
A test/compilable/test10186.d
Log Message:
-----------
Merge pull request #2087 from hpohl/10186
fix issue 10186 - default construction is disabled even if default ctor declared
Compare: https://github.com/D-Programming-Language/dmd/compare/7e356abb718e...81b5d0999b16
More information about the dmd-internals
mailing list