From 5dc427bd34ba781defba960c2c690bd015416732 Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Sat, 29 Oct 2022 11:43:02 +0200 Subject: Small adjustments in template.h --- include/stc/cbox.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/stc/cbox.h') 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" -- cgit v1.2.3