summaryrefslogtreecommitdiffhomepage
path: root/include/stc/cqueue.h
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2022-04-22 12:20:31 +0200
committerTyge Løvset <[email protected]>2022-04-22 12:20:31 +0200
commit8f57f3d331de4cb4aa7d06862c2de3424eb1ba5b (patch)
tree1a730578475e4d6e260948578cd0c2a5fd4463f4 /include/stc/cqueue.h
parent182099800f230f876fb46dac9f1f49a4fe3c3981 (diff)
downloadSTC-modified-8f57f3d331de4cb4aa7d06862c2de3424eb1ba5b.tar.gz
STC-modified-8f57f3d331de4cb4aa7d06862c2de3424eb1ba5b.zip
Readded push()/emplace() to all containers missing them. Made _hash function required for i_key_bind, _eq is derived from _cmp.
Diffstat (limited to 'include/stc/cqueue.h')
-rw-r--r--include/stc/cqueue.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/stc/cqueue.h b/include/stc/cqueue.h
index b07582e0..920f8eac 100644
--- a/include/stc/cqueue.h
+++ b/include/stc/cqueue.h
@@ -57,13 +57,9 @@ int main() {
#define _i_prefix cqueue_
#endif
#define _i_queue
-#define _push_back _push
-#define _emplace_back _emplace
#define _pop_front _pop
#include "cdeq.h"
-#undef _push_back
-#undef _emplace_back
#undef _pop_front
#undef _i_queue