includes/type: Added [[sealed]] attribute to LEB128 type

This commit is contained in:
WerWolv
2022-08-05 13:49:26 +02:00
committed by GitHub
parent aa6c90fa5b
commit eda13b2518

View File

@@ -7,7 +7,7 @@ namespace type {
struct LEB128 {
u8 array[while($ == addressof(this) || std::mem::read_unsigned($-1, 1) & 0x80 != 0)] [[hidden]];
} [[format("type::impl::format_leb128"), transform("type::impl::transform_leb128")]];
} [[sealed, format("type::impl::format_leb128"), transform("type::impl::transform_leb128")]];
namespace impl {