fix double paste
From-SVN: r149535
This commit is contained in:
parent
df5c89cb75
commit
7ca6f6d65a
1 changed files with 0 additions and 21 deletions
|
@ -19,24 +19,3 @@ void bar()
|
|||
{
|
||||
A a1, a2;
|
||||
}
|
||||
void foo();
|
||||
|
||||
struct A
|
||||
{
|
||||
~A()
|
||||
{
|
||||
try
|
||||
{
|
||||
foo();
|
||||
foo();
|
||||
}
|
||||
catch (...)
|
||||
{
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
void bar()
|
||||
{
|
||||
A a1, a2;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue