Commit 1b12ef1
authored
Release version 14.1.1 (#1804)
C++: fixed a bug related to redundant 'using' statements
generation for derived classes. We generate using
statment to avoid warning/error related to method
shadowing, when base and derived classes have method
overload with the same name.
Signed-off-by: Patryk Wrobel <183546751+pwrobeldev@users.noreply.github.com>1 parent c57c2a9 commit 1b12ef1
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments