does the assertion in the following code snippet always hold?
std::less<Object *> lessPtr;Object * o = new Object();assert(lessPtr (o, nullptr) == false);
Kind regards
Alexander
Aucun commentaire:
Enregistrer un commentaire