Grit should emit resources in C++11 friendly arrays |
|
Issue descriptionGrit resources are currently declared with unknown size in the header, e.g. https://cs.chromium.org/chromium/src/out/Debug/gen/ui/resources/grit/ui_resources_map.h This means that range-based for loops can't be used to iterate over them. We should be able to include the actual size in the headers, and that should allow range-based for loops to Just Work. |
|
►
Sign in to add a comment |
|