From 4f38adc11ab1a3a1ab2dd3f958c917182be7d71f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 7 Oct 2010 14:48:13 +0200 Subject: Implement generation of clone functions New test: clone. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 1c4718b..08c82ca 100644 --- a/NEWS +++ b/NEWS @@ -44,6 +44,10 @@ Version 3.2.0 Section 4.3, "Enumerations" in the Getting Started Guide for more information. + * New option, --generate-clone, triggers the generation of clone functions + for variable-length types. These functions allow you to make dynamically- + allocated copies of variable-length objects. + * New configuration parameter, XSDE_STL_ITERATOR, makes iterators provided by the mapping conform to the STL requirements. This feature requires working header and allows you to use the standard -- cgit v1.1