j
k
j a
j l
Peter Dimov wrote:
No, it's statements like coll.insert( &x ); coll.insert( this ); coll.insert( p ); // where p doesn't come from new that need to be avoided as they would lead to undefined behavior. Yes, that makes sense indeed. Thanks Peter.
No, it's statements like
coll.insert( &x ); coll.insert( this ); coll.insert( p ); // where p doesn't come from new
that need to be avoided as they would lead to undefined behavior. Yes, that makes sense indeed. Thanks Peter.
- Matthias
Back to the thread
Back to the list