Post #11 1.01K Jun 16, 2021, 17:01 UTC #cpp #stackoverflowhttps://stackoverflow.com/questions/13127455/what-does-the-standard-library-guarantee-about-self-move-assignment Stack Overflow What does the standard library guarantee about self move assignment? What does the C++11 standard say about self move assignment in relation to the standard library? To be more concrete, what, if anything, is guaranteed about what selfAssign does? template<class...