diff options
| author | Eugen Wissner <belka@caraus.de> | 2026-09-01 01:55:44 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2026-09-01 01:55:44 +0200 |
| commit | b3a7a5731285625aa9fc6a347841591757860edb (patch) | |
| tree | 94b267ea425a15e7c9bc63c15d8d5580048dd545 /include | |
| parent | 0f5e9f00b07606871a6289060fa904555d41ae7d (diff) | |
| download | elna-b3a7a5731285625aa9fc6a347841591757860edb.tar.gz | |
Diffstat (limited to 'include')
| -rw-r--r-- | include/elna/boot/type_check.h | 1 |
1 files changed, 1 insertions, 0 deletions
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(); }; |
