Hi,
I am using visual code studio on macbook pro, And in this c++ compiler is of version 3. because of which i am unable to initialise vector like this: vector vect{ 10, 20, 30 };
I tried changing it using steps on google, stack overfllow but cant.
What i should do??
Please help. I am BLOCKED because of this issue.