From b3a7a5731285625aa9fc6a347841591757860edb Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Tue, 1 Sep 2026 01:55:44 +0200 Subject: Fix const extern variable declarations --- include/elna/boot/type_check.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/elna/boot/type_check.h b/include/elna/boot/type_check.h index 37a4fca..e2f5cc9 100644 --- a/include/elna/boot/type_check.h +++ b/include/elna/boot/type_check.h @@ -189,6 +189,7 @@ namespace elna::boot verdict check_pointer_hatch() const; verdict check_pointer_conversion() const; verdict check_slice_conversion() const; + verdict check_array_conversion() const; bool run(); }; -- cgit v1.2.3