summaryrefslogtreecommitdiffhomepage
path: root/include/stc/cbox.h
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2022-10-29 11:43:02 +0200
committerTyge Løvset <[email protected]>2022-10-29 11:43:02 +0200
commit5dc427bd34ba781defba960c2c690bd015416732 (patch)
treee24de524e1ac64df6865a55527d7ed6c9dd11cbc /include/stc/cbox.h
parentd63c37c043024854cfb4b63495e8f5ca3fc03ecd (diff)
downloadSTC-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.h1
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"