Slightly rearrange scopes in order to avoid shadowing M typedefs.
Fixes MSVC warning C4456 "declaration of 'M' hides previous local declaration".
Paths
| Differential D20921
[libcxx] [test] Slightly rearrange scopes in order to avoid shadowing M typedefs. ClosedPublic Authored by STL_MSFT on Jun 2 2016, 9:44 AM.
Details
Summary Slightly rearrange scopes in order to avoid shadowing M typedefs. Fixes MSVC warning C4456 "declaration of 'M' hides previous local declaration".
Diff Detail Event TimelineThis revision is now accepted and ready to land.Jun 7 2016, 8:56 AM
Revision Contents
Diff 59406 test/std/containers/associative/map/map.special/non_member_swap.pass.cpp
test/std/containers/associative/multimap/multimap.special/non_member_swap.pass.cpp
test/std/containers/associative/multiset/multiset.special/non_member_swap.pass.cpp
test/std/containers/associative/set/set.special/non_member_swap.pass.cpp
|