From cf6f55c2fa92c61367b353643969ca4b387a0ad8 Mon Sep 17 00:00:00 2001 From: Davis King Date: Mon, 6 Jun 2011 21:32:14 -0400 Subject: [PATCH] Clarified spec again --- dlib/any/any_abstract.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dlib/any/any_abstract.h b/dlib/any/any_abstract.h index 79273877a..2fea96381 100644 --- a/dlib/any/any_abstract.h +++ b/dlib/any/any_abstract.h @@ -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. !*/ };