[phobos] [D-Programming-Language/phobos] 198369: Make std.typetuple.template{And, Or, Not} public a...
GitHub
noreply at github.com
Mon Nov 26 10:13:36 PST 2012
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 at 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 at 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
More information about the phobos
mailing list