aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-03-11 15:09:17 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-03-11 15:09:17 +0200
commitf8bb2faef4b272ed150eb3ca4cedaa79da410694 (patch)
treefff08a4d3ce6380709c84dc6b93d02de097dd7d5 /NEWS
parentda1ce0f39a36a2fca1f8d51a67b92be6368ddbfd (diff)
Allow initialization of pod_seq and fix_seq from a C array
Use this in the hybrid/binary/custom example.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
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-