From 425fb7fdbe9cdb48ad84dda45c53d92dc23c3ad4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 24 Jun 2015 20:20:50 +0200 Subject: Cleanup of member access --- doc/manual.xhtml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'doc/manual.xhtml') diff --git a/doc/manual.xhtml b/doc/manual.xhtml index 92d0280..7b86be9 100644 --- a/doc/manual.xhtml +++ b/doc/manual.xhtml @@ -6238,7 +6238,13 @@ for (;;)

For the interaction of change-tracking containers with change-updated object sections, refer to Section 9.4, "Sections and - Change-Tracking Containers".

+ Change-Tracking Containers". Note also that change-tracking + containers cannot be accessed with by-value accessors + (Section 14.4.5, + "get/set/access") + since in certain situations such access may involve a + modification of the container (for example, clearing the change + flag after update).

5.4.1 Change-Tracking vector

-- cgit v1.1