src/ucx/array.h

branch
feature/array
changeset 357
0f5732f0dc00
parent 356
77efe51c6c9a
child 365
72da0e4cbf4a
     1.1 --- a/src/ucx/array.h	Thu Oct 03 10:55:39 2019 +0200
     1.2 +++ b/src/ucx/array.h	Thu Oct 03 11:15:48 2019 +0200
     1.3 @@ -188,6 +188,8 @@
     1.4   * If the destination capacity is insufficient, an automatic reallocation is
     1.5   * attempted.
     1.6   * 
     1.7 + * Note: if the destination array is uninitialized, the behavior is undefined.
     1.8 + * 
     1.9   * @param dest the array to copy to
    1.10   * @param src the array to copy from
    1.11   * @return zero on success, non-zero on reallocation failure.

mercurial