@ -17534,8 +17534,8 @@ Templating a class hierarchy that has many functions, especially many virtual fu
// ...
};
vector<int> vi;
vector<string> vs;
Vector<int> vi;
Vector<string> vs;
It is probably a dumb idea to define a `sort` as a member function of a container, but it is not unheard of and it makes a good example of what not to do.