[libc++] Add braces, move braces, and rename variables to avoid shadowing.
Fixes MSVC "warning C4456: declaration of 'meow' hides previous local declaration".
Paths
| Differential D19620
[libc++] Add braces, move braces, and rename variables to avoid shadowing. ClosedPublic Authored by STL_MSFT on Apr 27 2016, 2:23 PM.
Details
Summary [libc++] Add braces, move braces, and rename variables to avoid shadowing. Fixes MSVC "warning C4456: declaration of 'meow' hides previous local declaration".
Diff Detail Event TimelineThis revision is now accepted and ready to land.Apr 27 2016, 7:48 PM
Revision Contents
Diff 55313 test/std/algorithms/alg.sorting/alg.sort/partial.sort/partial_sort_comp.pass.cpp
test/std/containers/associative/multiset/iterator.pass.cpp
test/std/containers/associative/multiset/multiset.cons/iter_iter_alloc.pass.cpp
test/std/containers/associative/set/set.cons/iter_iter_alloc.pass.cpp
test/std/utilities/memory/unique.ptr/unique.ptr.single/pointer_type.pass.cpp
|