October 03, 2012 [phobos] [D-Programming-Language/phobos] 25282b: Current check for additional parents uses "is(type... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 25282b2c8480cb307666c0e7ca86dc4967e9dbd1 https://github.com/D-Programming-Language/phobos/commit/25282b2c8480cb307666c0e7ca86dc4967e9dbd1 Author: Dicebot <m.strashun@gmail.com> Date: 2012-10-03 (Wed, 03 Oct 2012) Changed paths: M std/traits.d Log Message: ----------- Current check for additional parents uses "is(typeof())" and thus types given as a parameter are nor fully qualified, nor rejected. Changed this to more generic __trait(compiles) to allow wider usage as same implementation applies. Commit: f38583ab4d9679aeade62434296582d072e400e6 https://github.com/D-Programming-Language/phobos/commit/f38583ab4d9679aeade62434296582d072e400e6 Author: Andrei Alexandrescu <andrei@erdani.com> Date: 2012-10-03 (Wed, 03 Oct 2012) Changed paths: M std/traits.d Log Message: ----------- Merge pull request #826 from Dicebot/qualif_name Tweak to fullyQualifiedName allowing to check for parents of not-express... Compare: https://github.com/D-Programming-Language/phobos/compare/3fc112799ce4...f38583ab4d96 |
Copyright © 1999-2021 by the D Language Foundation