From b00682429988f17152e7573ffeffa1cecfdd3d3a Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Mon, 29 May 2023 12:33:58 -0400 Subject: Tests and bugfixes for framework --- include/framework/RecordInterface.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/framework/RecordInterface.h') diff --git a/include/framework/RecordInterface.h b/include/framework/RecordInterface.h index 8afd90a..c8e622f 100644 --- a/include/framework/RecordInterface.h +++ b/include/framework/RecordInterface.h @@ -26,8 +26,8 @@ concept RecordInterface = requires(R r, R s) { }; template -struct WrappedRecord { - R rec; +struct WrappedRecord : R { + //R rec; uint32_t header; inline void set_delete() { -- cgit v1.2.3