Skip to content

Release version 14.1.1 (#1804)

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Mar 11:14
1b12ef1
  • 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.