feline
Whole Tomato Software
United Kingdom
19020 Posts |
Posted - Sep 06 2023 : 09:06:47 AM
|
Changing the using line to read:
using B::foo;
lets the code compile, and I am seeing Alt-G go to the using line now. I am not sure this is actually a bug though, since you have "added" B::foo into the derived struct D. If you use Alt-Shift-G then VA knows that foo() is also present in the base class, and now offers to take you there, via the "Base Symbols" sub-menu. |
zen is the art of being at one with the two'ness |
|
|