Rename b to b2 in order to avoid shadowing between nested catch blocks.
Fixes MSVC warning C6246 "Local declaration of 'b' hides declaration of the same name in outer scope."
Differential D20919
[libcxx] [test] Rename b to b2 in order to avoid shadowing between nested catch blocks. STL_MSFT on Jun 2 2016, 9:40 AM. Authored by
Details
Rename b to b2 in order to avoid shadowing between nested catch blocks. Fixes MSVC warning C6246 "Local declaration of 'b' hides declaration of the same name in outer scope."
Diff Detail |