Fix compile warning

This commit is contained in:
Mike Lothian 2025-05-12 11:53:11 +01:00
parent e617ed79f3
commit 39df9d0042

View File

@ -79,7 +79,7 @@ public:
Memory(const Memory&) = delete;
Memory& operator=(const Memory&) = delete;
Memory(Memory&&) = default;
Memory(Memory&&) = delete;
Memory& operator=(Memory&&) = delete;
static constexpr bool HAS_FLUSH_INVALIDATION = false;