mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Add bitdeque, an std::deque<bool> analogue that does bit packing.
This commit is contained in:
parent
1d4cfa4272
commit
84852bb6bb
5 changed files with 1014 additions and 0 deletions
|
|
@ -23,6 +23,7 @@
|
|||
#include <util/string.h>
|
||||
#include <util/time.h>
|
||||
#include <util/vector.h>
|
||||
#include <util/bitdeque.h>
|
||||
|
||||
#include <array>
|
||||
#include <fstream>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue