aboutsummaryrefslogtreecommitdiff
path: root/doc/manual.xhtml
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-06-24 20:20:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-06-24 20:20:50 +0200
commit425fb7fdbe9cdb48ad84dda45c53d92dc23c3ad4 (patch)
treeb1cf711fea2d891efdfe2b29f9bf908d9f629572 /doc/manual.xhtml
parentdfc260adf46e79b039685d554797b403d76c6bfd (diff)
Cleanup of member access
Diffstat (limited to 'doc/manual.xhtml')
-rw-r--r--doc/manual.xhtml8
1 files changed, 7 insertions, 1 deletions
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 (;;)
<p>For the interaction of change-tracking containers with change-updated
object sections, refer to <a href="#9.4">Section 9.4, "Sections and
- Change-Tracking Containers"</a>.</p>
+ Change-Tracking Containers"</a>. Note also that change-tracking
+ containers cannot be accessed with by-value accessors
+ (<a href="#14.4.5">Section 14.4.5,
+ "<code>get</code>/<code>set</code>/<code>access</code>"</a>)
+ since in certain situations such access may involve a
+ modification of the container (for example, clearing the change
+ flag after update).</p>
<h3><a name="5.4.1">5.4.1 Change-Tracking <code>vector</code></a></h3>