how to compare std::vectors?
I`m sorry for this stupid question.
How can I compare two vectors? I need to know whether vectors are equal or not. I can do it by comparing item per item, but I suspect that there is normal method.
With best regards,
Yura.

