diff options
| author | Tyge Løvset <[email protected]> | 2021-11-03 11:51:10 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-11-03 11:51:10 +0100 |
| commit | 99979df6c500dbdea0ea7e202c7076db529d7e42 (patch) | |
| tree | 2e0468d5e099b72be8219ec763820125177a9d33 /include/stc/cmap.h | |
| parent | e259ed7807dd9474cc94ba625db4dcd573431362 (diff) | |
| download | STC-modified-99979df6c500dbdea0ea7e202c7076db529d7e42.tar.gz STC-modified-99979df6c500dbdea0ea7e202c7076db529d7e42.zip | |
Update container_X_getmut() for mutable version.
Diffstat (limited to 'include/stc/cmap.h')
| -rw-r--r-- | include/stc/cmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stc/cmap.h b/include/stc/cmap.h index cccf3199..100f93f6 100644 --- a/include/stc/cmap.h +++ b/include/stc/cmap.h @@ -177,7 +177,7 @@ _cx_memb(_get)(const _cx_self* self, i_keyraw rkey) { }
STC_INLINE _cx_value*
-_cx_memb(_mutget)(const _cx_self* self, i_keyraw rkey)
+_cx_memb(_getmut)(const _cx_self* self, i_keyraw rkey)
{ return (_cx_value*) _cx_memb(_get)(self, rkey); }
STC_INLINE _cx_iter
|
