From 23ec0fe83e8efbc3a758af4049ce990ee67ea47c Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Mon, 22 Feb 2021 14:23:00 +0100 Subject: Many internal renames. Reverted to specify both _del and _clone parameter when giving _del. --- docs/carray_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/carray_api.md') diff --git a/docs/carray_api.md b/docs/carray_api.md index e3d35083..90fc3815 100644 --- a/docs/carray_api.md +++ b/docs/carray_api.md @@ -10,7 +10,7 @@ See the c++ class [boost::multi_array](https://www.boost.org/doc/libs/release/li ```c using_carray(X, Value); -using_carray(X, Value, valueDestroy); +using_carray(X, Value, valueDel, valueClone); ``` The macro `using_carray()` must be instantiated in the global scope. `X` and `N` are type tags and will affect the names of all cset types and methods. E.g. declaring `using_carray(my, int);`, `X` should -- cgit v1.2.3