[phobos] [D-Programming-Language/phobos] 273eb2: Fix Issue 8039 - `scoped` doesn't call any elabora...
GitHub
noreply at github.com
Mon May 7 09:36:14 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 273eb2122665312011b8bb9bd21e9c85aba140c5
https://github.com/D-Programming-Language/phobos/commit/273eb2122665312011b8bb9bd21e9c85aba140c5
Author: Denis Shelomovskij <verylonglogin.reg at gmail.com>
Date: 2012-05-07 (Mon, 07 May 2012)
Changed paths:
M std/typecons.d
Log Message:
-----------
Fix Issue 8039 - `scoped` doesn't call any elaborate destructors for struct fields
Phobos isn't a place for runtime stuff like `destroy`. And Phobos developers aren't people who should write/check such stuff.
Commit: cc636bea73841cfe0250a143cfba3400991cb2bd
https://github.com/D-Programming-Language/phobos/commit/cc636bea73841cfe0250a143cfba3400991cb2bd
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2012-05-07 (Mon, 07 May 2012)
Changed paths:
M std/typecons.d
Log Message:
-----------
Merge pull request #569 from denis-sh/scoped-bug8039-fix
Fix Issue 8039 - `scoped` doesn't call any elaborate destructors for struct fields
Compare: https://github.com/D-Programming-Language/phobos/compare/0e42d76...cc636be
More information about the phobos
mailing list