[Issue 8284] [std.container] can't define Array!T, if T is Tuple!(size_t, size_t)
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Sep 16 19:21:50 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8284
--- Comment #2 from github-bugzilla at puremagic.com 2012-09-16 19:22:37 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos
https://github.com/D-Programming-Language/phobos/commit/3c878f4b90670b46854fc66a09a8f68995fdb4ea
Fix bug #8284 by adding const opEquals to std.typecons.Tuple
To fix bug #8284 std.typecons.Tuple needs to have a const opEquals.
Adds also a testcase for std.algorithm using std.typecons.Tuple as
element type for std.container.Array.
This pull request needs a dmd with pull 1075 to fix issue 8522.
https://github.com/D-Programming-Language/phobos/commit/1122af373bbf1e805b4004835b2132bef8ae1a69
Merge pull request #750 from Panke/fix-8284
Fix bug #8284 by adding const opEquals to std.typecons.Tuple
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list