From f8bb2faef4b272ed150eb3ca4cedaa79da410694 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 11 Mar 2009 15:09:17 +0200 Subject: Allow initialization of pod_seq and fix_seq from a C array Use this in the hybrid/binary/custom example. --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index fc57707..35c8f2d 100644 --- a/NEWS +++ b/NEWS @@ -19,6 +19,12 @@ Version 3.1.0 optimized non-recursive case (i.e., the first iteration still does not result in any heap allocations for the state maintenance). + * Assignment function with signature assign(const T*, size_t) for + sequences of fixed-length types. With this function you can, for + example, initialize a sequence with a C array. Assignment of + sequences of fundamental types (e.g., int, float, etc.) is + implemented in terms of memcpy(). + Version 3.0.0 * The new Embedded C++/Hybrid mapping provides a light-weight, tree- -- cgit v1.1