aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2026-09-01 17:44:38 +0200
committerEugen Wissner <belka@caraus.de>2026-09-01 17:44:38 +0200
commit6eaec8726f716b2ab6b48c8cd3d7fee6aaf86977 (patch)
tree3acd00ea423f9120d4d79e2646c042dd9f596122 /include
parentb3a7a5731285625aa9fc6a347841591757860edb (diff)
downloadelna-6eaec8726f716b2ab6b48c8cd3d7fee6aaf86977.tar.gz
Reject pointer arithmetic on opaque pointers
Diffstat (limited to 'include')
-rw-r--r--include/elna/boot/type_check.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/elna/boot/type_check.h b/include/elna/boot/type_check.h
index e2f5cc9..fea7e49 100644
--- a/include/elna/boot/type_check.h
+++ b/include/elna/boot/type_check.h
@@ -93,6 +93,7 @@ namespace elna::boot
opaque_field,
opaque_element,
opaque_cast,
+ opaque_arithmetic,
zero_sized,
not_addressable
};