My issue:
I am expecting that
in statement 1 the function 'nextv' be called
in statement 2 the function 'nextnv' be called
in statement 3 the function 'nextv' be called
but with VS2017, the function 'nextnv' is always called. What is wrong with my guess ?