From f88bf09fecddcb86e42f1cd0609ac8a162e0dced Mon Sep 17 00:00:00 2001 From: Guus Waals <_@guusw.nl> Date: Wed, 9 Oct 2024 14:20:53 +0800 Subject: [PATCH] Fix #ifdef NDEBUG spanning too much code --- crdt.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crdt.hpp b/crdt.hpp index 0e22ac2..87d49c2 100644 --- a/crdt.hpp +++ b/crdt.hpp @@ -670,6 +670,9 @@ class CRDT : public std::enable_shared_from_this