diff options
| author | Tyge Løvset <[email protected]> | 2022-10-29 11:43:02 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2022-10-29 11:43:02 +0200 |
| commit | 5dc427bd34ba781defba960c2c690bd015416732 (patch) | |
| tree | e24de524e1ac64df6865a55527d7ed6c9dd11cbc /include/stc/cbox.h | |
| parent | d63c37c043024854cfb4b63495e8f5ca3fc03ecd (diff) | |
| download | STC-modified-5dc427bd34ba781defba960c2c690bd015416732.tar.gz STC-modified-5dc427bd34ba781defba960c2c690bd015416732.zip | |
Small adjustments in template.h
Diffstat (limited to 'include/stc/cbox.h')
| -rw-r--r-- | include/stc/cbox.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/stc/cbox.h b/include/stc/cbox.h index b8934e46..c690bec7 100644 --- a/include/stc/cbox.h +++ b/include/stc/cbox.h @@ -188,5 +188,4 @@ STC_INLINE bool _cx_memb(_eq)(const _cx_self* x, const _cx_self* y) { _cx_raw rx = i_keyto(x->get), ry = i_keyto(y->get); return _cx_memb(_raw_eq)(&rx, &ry); } -#undef _i_no_hash #include "template.h" |
