Code: Select all
vector < int > V;
for(i=0;i<V.s)
Then I press enter and the code become
Code: Select all
vector < int > V;
for(i=0;i<V.size)
Code: Select all
vector < int > V;
for(i=0;i<V.size())
This had not appeared in older versions, and I cannot understand what its benefits are.
Is that a new feature in recent weekly builds?