Make all decoder components move-only
This commit is contained in:
parent
ca8750aab2
commit
e06b85632a
3 changed files with 174 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#include "CBOR/Decoder.hpp"
|
||||
#include "CBOR/Encoder.hpp"
|
||||
#include "Cbor/Printer.hpp"
|
||||
#include "CBOR/Printer.hpp"
|
||||
#include <array>
|
||||
#include <cstdint>
|
||||
#include <iostream>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue