[phobos] [D-Programming-Language/phobos] 228e78: Fix missing `void back(bool)` in Array!bool.Range
GitHub
noreply at github.com
Fri Oct 25 11:16:08 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 228e78b79c8e163f9cc0eb9ff36c2d17ac0dcf0c
https://github.com/D-Programming-Language/phobos/commit/228e78b79c8e163f9cc0eb9ff36c2d17ac0dcf0c
Author: monarch dodra <monarchdodra at gmail.com>
Date: 2013-10-25 (Fri, 25 Oct 2013)
Changed paths:
M std/container.d
Log Message:
-----------
Fix missing `void back(bool)` in Array!bool.Range
Forked from #1010
Also some cleanup:
changed ulong to size_t, some spaces, some Tuples, some "!(T)"=>"!T"
Commit: 9d48f6fa19edba7be2168ee55816181046459421
https://github.com/D-Programming-Language/phobos/commit/9d48f6fa19edba7be2168ee55816181046459421
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2013-10-25 (Fri, 25 Oct 2013)
Changed paths:
M std/container.d
Log Message:
-----------
Merge pull request #1656 from monarchdodra/boolArrayBack
Fix missing `void back(bool)` in Array!bool.Range
Compare: https://github.com/D-Programming-Language/phobos/compare/92c71f45f8e6...9d48f6fa19ed
More information about the phobos
mailing list