C++03:
Is it always guaranteed that in vector:
vector<intvec(1 0);
&vec always points to the first element of the array, for vec.size()0?
Is it always guaranteed that in vector:
vector<intvec(1 0);
&vec always points to the first element of the array, for vec.size()0?
Comment