StepOut and Continue
This commit is contained in:
parent
c90e9faf3d
commit
f55dc8cd8e
3 changed files with 27 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ namespace Test
|
|||
void bar( TestStruct b )
|
||||
{
|
||||
std::string s;
|
||||
s += b.isInt ? b.something.somethingInt : b.something.somethingChar;
|
||||
s += b.isInt ? "An int" : "A char";
|
||||
std::cout << s << '\n';
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue