Hi,
The code compiles and executes without a problem. However if I step into
this code, and for example stop at the sixth line, and then try to
inspect a variable I can only get limited information on its state.
Specifically if I open an "immediate" window and try
v(0)
I get the following error
CXX0059: Error: left operand is class not a function name
If I try
v[0]
CXX0058: Error: overloaded operator not found