The problem of skipping without being called

Viewed 44

enter image description here

I'm currently using the ISO C++14 standard version of VS 2022.

During the Debug build, I found a strange phenomenon that the code written on line 23 is not being called.

It can be solved by simply adding dummy code, but what is the cause of this phenomenon?

0 Answers
Related