[phobos] [D-Programming-Language/phobos] 3c878f: Fix bug #8284 by adding const opEquals to std.type...
GitHub
noreply at github.com
Sun Sep 16 19:22:33 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 3c878f4b90670b46854fc66a09a8f68995fdb4ea
https://github.com/D-Programming-Language/phobos/commit/3c878f4b90670b46854fc66a09a8f68995fdb4ea
Author: Tobias Pankrath <tobias at pankrath.net>
Date: 2012-08-14 (Tue, 14 Aug 2012)
Changed paths:
M std/algorithm.d
M std/typecons.d
Log Message:
-----------
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.
Commit: 9284423bdb927acd8d172e9d8eecffe4c76142fc
https://github.com/D-Programming-Language/phobos/commit/9284423bdb927acd8d172e9d8eecffe4c76142fc
Author: Tobias Pankrath <tobias at pankrath.net>
Date: 2012-08-16 (Thu, 16 Aug 2012)
Changed paths:
M std/typecons.d
Log Message:
-----------
clean indentation and comment
Commit: dc08c38fe15e5666435d3db6c4df250c10888df8
https://github.com/D-Programming-Language/phobos/commit/dc08c38fe15e5666435d3db6c4df250c10888df8
Author: Tobias Pankrath <tobias at pankrath.net>
Date: 2012-08-16 (Thu, 16 Aug 2012)
Changed paths:
M std/algorithm.d
Log Message:
-----------
clean indentation in std/algorithm.d
Commit: 1122af373bbf1e805b4004835b2132bef8ae1a69
https://github.com/D-Programming-Language/phobos/commit/1122af373bbf1e805b4004835b2132bef8ae1a69
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2012-09-16 (Sun, 16 Sep 2012)
Changed paths:
M std/algorithm.d
M std/typecons.d
Log Message:
-----------
Merge pull request #750 from Panke/fix-8284
Fix bug #8284 by adding const opEquals to std.typecons.Tuple
Compare: https://github.com/D-Programming-Language/phobos/compare/1b645ba717aa...1122af373bbf
More information about the phobos
mailing list