Comment broken part of using_member.i

This commit is contained in:
William S Fulton 2022-03-26 12:03:09 +00:00
commit 5c68705a21

View file

@ -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;}