Issue 13402 - code cleanup: removing c-style array declarations in phobos
Summary: code cleanup: removing c-style array declarations in phobos
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: phobos (show other issues)
Version: D2
Hardware: All All
: P1 enhancement
Assignee: No Owner
URL:
Keywords: pull
Depends on:
Blocks:
 
Reported: 2014-08-30 10:55 UTC by Ketmar Dark
Modified: 2014-09-04 23:17 UTC (History)
1 user (show)

See Also:


Attachments
fixes phobos files (3.68 KB, patch)
2014-08-30 10:55 UTC, Ketmar Dark
Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description Ketmar Dark 2014-08-30 10:55:21 UTC
Created attachment 1405 [details]
fixes phobos files
Comment 1 hsteoh 2014-08-30 14:08:53 UTC
https://github.com/D-Programming-Language/phobos/pull/2475

Thanks for the patch!
Comment 2 github-bugzilla 2014-08-30 15:21:14 UTC
Commit pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/4efb875a7aae1c4b5ffe0a6ea618c5ee1714caba
Merge pull request #2475 from quickfur/issue13402

Eliminate C-style array declarations.