I have been trying to use the C++ STL vector that is given in the header using gcc-4.7.2. However, when I tried using the function shrink_to_fit() using an object of a vector, I got an error saying :
‘class std::vector’ has no member named ‘shrink_to_fit’
where cs_dfa is a structure that I have declared.