Comment broken part of using_member.i
This commit is contained in:
parent
51a7f27d1c
commit
5c68705a21
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ namespace one {
|
|||
class BB : public two::three::AA
|
||||
{
|
||||
public:
|
||||
// TODO: two::three::AA::great not introduced
|
||||
using two::three::AA::great;
|
||||
int great(bool) {return 2;}
|
||||
int jj() {return 3;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue