November 26, 2012 [phobos] [D-Programming-Language/phobos] 198369: Make std.typetuple.template{And, Or, Not} public a... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 198369f79c0e0faab603606974d52a811c6fa751 https://github.com/D-Programming-Language/phobos/commit/198369f79c0e0faab603606974d52a811c6fa751 Author: David Nadlinger <code@klickverbot.at> Date: 2012-11-26 (Mon, 26 Nov 2012) Changed paths: M std/typetuple.d Log Message: ----------- Make std.typetuple.template{And, Or, Not} public as intended. They accidentally ended up below a "private:" label. Now that DMD actually checks template visibility, this rendered them effectively unusable. Commit: 2023e57d22c2ea0124c924d32836fd35f2c8aead https://github.com/D-Programming-Language/phobos/commit/2023e57d22c2ea0124c924d32836fd35f2c8aead Author: Alex Rønne Petersen <alex@lycus.org> Date: 2012-11-26 (Mon, 26 Nov 2012) Changed paths: M std/typetuple.d Log Message: ----------- Merge pull request #977 from klickverbot/fix-typetuple-visibility Make std.typetuple.template{And, Or, Not} public as intended. Compare: https://github.com/D-Programming-Language/phobos/compare/71be25563a73...2023e57d22c2 |
Copyright © 1999-2021 by the D Language Foundation