From 9c857cb80bd2145e0b80b63266671c43619f5b73 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 2 Aug 2021 21:11:31 +0100 Subject: Make BitSet copyable --- lib/bitset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bitset.h b/lib/bitset.h index b604ccf..72920d2 100644 --- a/lib/bitset.h +++ b/lib/bitset.h @@ -38,7 +38,7 @@ namespace MyGrate { Iterator end() const; private: - const std::span bytes; + std::span bytes; }; } -- cgit v1.2.3