DescriptionSteer clear of g++ scoping bug in range-based for loop.
With g++, the scope of the per-element local variable currently
(g++-4.8.1) and incorrectly extends over the generator/range
expression also,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54430
Rename the loop variable in CachedMatchedPropertiesHashTraits's
traceInCollection() to avoid running into the bug.
R=haraken
BUG=
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183574
Patch Set 1 #
Messages
Total messages: 11 (4 generated)
|