easy_install сбои PIL

Давайте не забывать упоминать новое 'автоматическое' использование:

auto it = lotsOfThingys.begin(); // Let the compiler figure it out.
auto it2 = lotsOfFoos.begin();
if (it==it2) // It's still strongly typed; a Thingy iter is not a Foo iter.
13
задан agiliq 29 November 2009 в 09:18
поделиться