equal
deleted
inserted
replaced
|
1 //desc:test new(ELeave) call as a argument of a member template function call for LS3 |
|
2 //option: |
|
3 //date:2008-8-12 15:58:1 |
|
4 //author:pingorliu |
|
5 //type: CT |
|
6 |
|
7 void func() |
|
8 { |
|
9 CL a; |
|
10 a.b.c.foo<TInt,TEXT>(new(ELeave)CL() ); //check:func,ELeave |
|
11 } |