[phobos] [dlang/phobos] f783d9: fix Issue 16582 - ParameterDefaults fails w/ scope...
GitHub via phobos
phobos at puremagic.com
Mon Oct 17 11:51:04 PDT 2016
Branch: refs/heads/stable
Home: https://github.com/dlang/phobos
Commit: f783d975a28febea3a323bae3ce5f902cec17aa9
https://github.com/dlang/phobos/commit/f783d975a28febea3a323bae3ce5f902cec17aa9
Author: Martin Nowak <code at dawg.eu>
Date: 2016-10-16 (Sun, 16 Oct 2016)
Changed paths:
M std/traits.d
Log Message:
-----------
fix Issue 16582 - ParameterDefaults fails w/ scope parameter
- workaround scope escape error to get default parameter
- would require a working `return scope` for a proper implementation
Commit: e333b7ad4e69b603bc9dfc1cb74593baf43b2193
https://github.com/dlang/phobos/commit/e333b7ad4e69b603bc9dfc1cb74593baf43b2193
Author: Walter Bright <WalterBright at users.noreply.github.com>
Date: 2016-10-17 (Mon, 17 Oct 2016)
Changed paths:
M std/traits.d
Log Message:
-----------
Merge pull request #4864 from MartinNowak/fix16582
fix Issue 16582 - ParameterDefaults fails w/ scope parameter
Compare: https://github.com/dlang/phobos/compare/4472eb84dca1...e333b7ad4e69
More information about the phobos
mailing list