Updated test cases documentation
This commit is contained in:
@@ -25,14 +25,14 @@ namespace t00025 {
|
||||
|
||||
class Target1 {
|
||||
public:
|
||||
void m1() {}
|
||||
void m2() {}
|
||||
void m1() { }
|
||||
void m2() { }
|
||||
};
|
||||
|
||||
class Target2 {
|
||||
public:
|
||||
void m1() {}
|
||||
void m2() {}
|
||||
void m1() { }
|
||||
void m2() { }
|
||||
};
|
||||
|
||||
template <typename T> class Proxy {
|
||||
|
||||
Reference in New Issue
Block a user