Thread overview
[Issue 12866] Append to std.container.Array of fixed size arrays
June 06, 2014
https://issues.dlang.org/show_bug.cgi?id=12866

bearophile_hugs@eml.cc changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|appens to                   |Append to
                   |std.container.Array of      |std.container.Array of
                   |fixed size arrays           |fixed size arrays

--
June 26, 2017
https://issues.dlang.org/show_bug.cgi?id=12866

--- Comment #1 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/7c217521979df28deb23517a90c7a3c9aba970b6 Fix Issue 12866 - concatenating to std.container.array of static arrays

https://github.com/dlang/phobos/commit/8f98afc9ae8fba931bbe52b5c7ed23f8bc8180c4 Merge pull request #5473 from dmarquant/bug12866

Issue 12866: Allows concatenating of std.container.array with static arrays as
T.
merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>

--
August 16, 2017
https://issues.dlang.org/show_bug.cgi?id=12866

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/7c217521979df28deb23517a90c7a3c9aba970b6 Fix Issue 12866 - concatenating to std.container.array of static arrays

https://github.com/dlang/phobos/commit/8f98afc9ae8fba931bbe52b5c7ed23f8bc8180c4 Merge pull request #5473 from dmarquant/bug12866

--
January 05, 2018
https://issues.dlang.org/show_bug.cgi?id=12866

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to dmd-cxx at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/7c217521979df28deb23517a90c7a3c9aba970b6 Fix Issue 12866 - concatenating to std.container.array of static arrays

https://github.com/dlang/phobos/commit/8f98afc9ae8fba931bbe52b5c7ed23f8bc8180c4 Merge pull request #5473 from dmarquant/bug12866

--