aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-10-07 09:28:51 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-10-07 09:28:51 +0200
commitde60e8f85040f79ecbdcc5d94a341e21f0a2db0d (patch)
treefdb3f951e0b7c79e4225ea2ee783115c24070867 /NEWS
parent56043225000df52cf530a85dc5f53ad06ba241cd (diff)
Update with information on the STL iterator feature
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index df9763c..47d6fb2 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,13 @@ Version 3.2.0
imports for the same namespace. Before, all subsequent imports for
a namespace were ignored which caused error in some schemas.
+ C++/Hybrid
+
+ * 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 algorithms such as find_if, etc.
+
Version 3.1.0
C++/Hybrid