diff options
| author | Tyge Løvset <[email protected]> | 2021-02-22 15:47:31 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-02-22 15:47:31 +0100 |
| commit | 7475268368b2364c87de171335d1a9254b88316f (patch) | |
| tree | 8a82e5a6244fb1337df78d5bfc2666ee1b858654 /docs/cptr_api.md | |
| parent | d05737c48813a077976da385d8922f3b17400b80 (diff) | |
| download | STC-modified-7475268368b2364c87de171335d1a9254b88316f.tar.gz STC-modified-7475268368b2364c87de171335d1a9254b88316f.zip | |
Minor.
Diffstat (limited to 'docs/cptr_api.md')
| -rw-r--r-- | docs/cptr_api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cptr_api.md b/docs/cptr_api.md index 6ddca701..678dfb6b 100644 --- a/docs/cptr_api.md +++ b/docs/cptr_api.md @@ -85,7 +85,7 @@ void Person_del(Person* p) { } // declare managed pointer and cvec with pointers using_cptr(pe, Person, c_no_compare, Person_del); -using_cvec(pe, Person*, c_no_compare, cptr_pe_del); +using_cvec(pe, Person*, c_no_compare, cptr_pe_del, c_no_clone); int main() { cvec_pe vec = cvec_pe_init(); |
