Clarified spec again

This commit is contained in:
Davis King 2011-06-06 21:32:14 -04:00
parent 8762fd1405
commit cf6f55c2fa
1 changed files with 2 additions and 1 deletions

View File

@ -159,7 +159,8 @@ namespace dlib
ensures
- swaps *this and item
- does not invalidate pointers or references to the object contained
inside *this or item.
inside *this or item. Moreover, a pointer or reference to the object in
*this will now refer to the contents of #item and vice versa.
!*/
};