Fix more -Wshadow warnings introduced by recent Clang change
llvm-svn: 299411
This commit is contained in:
@@ -216,7 +216,6 @@ void test_throws()
|
||||
#ifndef TEST_HAS_NO_EXCEPTIONS
|
||||
using T = ThrowAssign;
|
||||
{
|
||||
using T = ThrowAssign;
|
||||
optional<T> opt;
|
||||
try {
|
||||
opt = 42;
|
||||
|
||||
Reference in New Issue
Block a user