Click here to Skip to main content
15,911,711 members

Comments by Member 12034185 (Top 3 by date)

Member 12034185 23-Oct-15 9:42am View    
I did, but not into STL `memory` since I could not figure what is going on inside it. Up to push_back obj was a valid object. Once inside the vector, it became a null object, so the change occurred in STL `memory`.
Member 12034185 23-Oct-15 9:41am View    
Deleted
I did, but not into `<memory>` since I could not figure what is going on inside it. Up to push_back obj was a valid object. Once inside the vector, it became a null object, so the change occurred in `<memory>` .
Member 12034185 23-Oct-15 9:38am View    
Deleted
I did, but not into <memory> since I could not figure what is going on inside it. Up to push_back obj was a valid object. Once inside the vector, it became a null object, so the change occurred in <memory>.