February 18, 2013 [phobos] [D-Programming-Language/phobos] 061022: Property and non-property function cannot overload... | ||||
---|---|---|---|---|
| ||||
Attachments:
| 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@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@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 |
Copyright © 1999-2021 by the D Language Foundation