aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-10-14 16:13:36 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-10-14 16:13:36 +0200
commit36ba4a4f1af667682416f48c1698b1167e66e2b1 (patch)
tree806e78260bc24451be667cf5e217769ebb2f6246 /NEWS
parent644c7b372ab61ad600817a4945a96f2bfb0f76e2 (diff)
Omit _present(bool) for variable-length members
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b76baec..541c6dc 100644
--- a/NEWS
+++ b/NEWS
@@ -55,6 +55,12 @@ Version 3.2.0
information, see Section 5.14, "Mapping for anyType" in the Embedded
C++/Hybrid Mapping Getting Started Guide.
+ * The object model interface for optional members of variable-length
+ types now omits the _present modifier function. This is done to help
+ detect programming errors that result from a type becoming variable-
+ length due to schema changes. To reset such optional members you can
+ call the member modifier function with NULL as its argument.
+
* New configuration parameter, XSDE_STL_ITERATOR, makes iterators
provided by the mapping conform to the STL requirements. This feature
requires working <iterator> header and allows you to use the standard