From d905e48d6af0445c7941cd2e638461db2f4d9ee8 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Mon, 31 Aug 2026 00:49:46 +0200 Subject: Type check for value addressability --- include/elna/boot/type_check.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/elna/boot/type_check.h b/include/elna/boot/type_check.h index 330de44..37a4fca 100644 --- a/include/elna/boot/type_check.h +++ b/include/elna/boot/type_check.h @@ -93,7 +93,8 @@ namespace elna::boot opaque_field, opaque_element, opaque_cast, - zero_sized + zero_sized, + not_addressable }; type_requirement_error(const source_position position, -- cgit v1.2.3