diff options
| author | Tyge Løvset <[email protected]> | 2021-12-19 21:39:25 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-12-19 21:39:25 +0100 |
| commit | 0c3d711c2541aebe9a44fecb732e096bed14f72c (patch) | |
| tree | 0d9c6dbe393d24fccd12107a3ec08f468656ce73 /include/stc/cbox.h | |
| parent | 09b696eab6ae640f6c1e07178d49fcd8646e1737 (diff) | |
| download | STC-modified-0c3d711c2541aebe9a44fecb732e096bed14f72c.tar.gz STC-modified-0c3d711c2541aebe9a44fecb732e096bed14f72c.zip | |
Global rename of `_equ\b` => `_eq`. In practice `i_equ` must renamed to `i_eq` in user code if used.
Diffstat (limited to 'include/stc/cbox.h')
| -rw-r--r-- | include/stc/cbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stc/cbox.h b/include/stc/cbox.h index 51bc81a4..764761fe 100644 --- a/include/stc/cbox.h +++ b/include/stc/cbox.h @@ -171,7 +171,7 @@ _cx_memb(_cmp)(const _cx_self* x, const _cx_self* y) { }
STC_INLINE bool
-_cx_memb(_equalto)(const _cx_self* x, const _cx_self* y) {
+_cx_memb(_eq)(const _cx_self* x, const _cx_self* y) {
return !_cx_memb(_cmp)(x, y);
}
#include "template.h"
|
