aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-10-14 12:21:35 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-10-14 12:21:35 +0200
commitb7197929af1cca15e490703ba3632ae52a348b60 (patch)
treee4ed9dc7cf2021d6ad398fade7fc8148ff982b16 /NEWS
parent6f395f9f769866a04f6949cb7ed14f93d90cf728 (diff)
New mapping for anyType with support for polymorphism
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0ce961e..b76baec 100644
--- a/NEWS
+++ b/NEWS
@@ -51,6 +51,10 @@ Version 3.2.0
* The anySimpleType build-in type is now mapped to std::string or a C-string,
depending on whether STL is enabled or not.
+ * New mapping for anyType with support for polymorphism. For more
+ information, see Section 5.14, "Mapping for anyType" in the Embedded
+ C++/Hybrid Mapping Getting Started Guide.
+
* 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