Python performance notes...

Moshe Zadka moshez at math.huji.ac.il
Sat May 27 17:19:42 EDT 2000


On Sat, 27 May 2000, Brett g Porter wrote:

> > Remember that map<string, vector<int>> is invalid.
> Are you making up rules here? Of course you meant map<string, vector<int> >.

No, I meant that "map<string, vector<int>>" is an invalid piece of C++ --
you have to use "map<string, vector<int> >". If I were making that up, it
would be funny, but since Stroustroup made this one up, we can only mourn.





More information about the Python-list mailing list