Add bitdeque, an std::deque<bool> analogue that does bit packing.

This commit is contained in:
Pieter Wuille
2022-02-22 20:34:20 -05:00
committed by Suhas Daftuar
parent 1d4cfa4272
commit 84852bb6bb
5 changed files with 1014 additions and 0 deletions

View File

@@ -264,6 +264,7 @@ BITCOIN_CORE_H = \
undo.h \
util/asmap.h \
util/bip32.h \
util/bitdeque.h \
util/bytevectorhash.h \
util/check.h \
util/epochguard.h \