[dlang.org] [D-Programming-Language/dlang.org] 42a412: fix Issue 10514 - Constructor declaration grammar ...
GitHub
noreply at github.com
Thu Feb 13 09:39:07 PST 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dlang.org
Commit: 42a412344c5ce006cba243e8e98ed9da2ce0c5e5
https://github.com/D-Programming-Language/dlang.org/commit/42a412344c5ce006cba243e8e98ed9da2ce0c5e5
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-02-13 (Thu, 13 Feb 2014)
Changed paths:
M class.dd
M grammar.dd
M struct.dd
M template.dd
Log Message:
-----------
fix Issue 10514 - Constructor declaration grammar is incorrect
Same issue is in ConstructorTemplate, Destructor, Postblit, Allocator, Deallocator,
StaticConstructor, StaticDestructor, SharedStaticConstructor, and SharedStaticDestructor.
Commit: 0ee5eefb9c88d6e6b38c08abb6c06885b0a4b83f
https://github.com/D-Programming-Language/dlang.org/commit/0ee5eefb9c88d6e6b38c08abb6c06885b0a4b83f
Author: Martin Nowak <code at dawg.eu>
Date: 2014-02-13 (Thu, 13 Feb 2014)
Changed paths:
M class.dd
M grammar.dd
M struct.dd
M template.dd
Log Message:
-----------
Merge pull request #500 from 9rnsr/fix10514
Issue 10514 - Constructor declaration grammar is incorrect
Compare: https://github.com/D-Programming-Language/dlang.org/compare/a8db76749f90...0ee5eefb9c88
More information about the dlang.org
mailing list