[phobos] [D-Programming-Language/phobos] 061022: Property and non-property function cannot overload...
GitHub
noreply at github.com
Mon Feb 18 02:36:33 PST 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 0610220281d37db5d5c22696ce22a574f230aff2
https://github.com/D-Programming-Language/phobos/commit/0610220281d37db5d5c22696ce22a574f230aff2
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-02-18 (Mon, 18 Feb 2013)
Changed paths:
M std/typecons.d
Log Message:
-----------
Property and non-property function cannot overload each other.
Today, compiler does not check it if they are just defined. It is another compiler bug, but this code is essentially illegal.
Commit: e2692d1d0f9bb0ef9a25722474e324e60e5fb32d
https://github.com/D-Programming-Language/phobos/commit/e2692d1d0f9bb0ef9a25722474e324e60e5fb32d
Author: Alex Rønne Petersen <alex at alexrp.com>
Date: 2013-02-18 (Mon, 18 Feb 2013)
Changed paths:
M std/typecons.d
Log Message:
-----------
Merge pull request #1145 from 9rnsr/fix_property_overload
[trivial] Property and non-property function cannot overload each other.
Compare: https://github.com/D-Programming-Language/phobos/compare/2e587acf0d6b...e2692d1d0f9b
More information about the phobos
mailing list