From 9c857cb80bd2145e0b80b63266671c43619f5b73 Mon Sep 17 00:00:00 2001
From: Dan Goodliffe <dan@randomdan.homeip.net>
Date: Mon, 2 Aug 2021 21:11:31 +0100
Subject: Make BitSet copyable

---
 lib/bitset.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'lib')

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<const std::byte> bytes;
+		std::span<const std::byte> bytes;
 	};
 }
 
-- 
cgit v1.2.3