From 05a7fa9a2815b63b5b6f7eea107807e33aa62137 Mon Sep 17 00:00:00 2001 From: Claudius 'keldu' Holeksa Date: Tue, 22 Oct 2024 18:33:00 +0200 Subject: Trying to get the reference working --- modules/codec/c++/schema.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/codec/c++') diff --git a/modules/codec/c++/schema.hpp b/modules/codec/c++/schema.hpp index c2cacd5..c0fb66f 100644 --- a/modules/codec/c++/schema.hpp +++ b/modules/codec/c++/schema.hpp @@ -195,6 +195,7 @@ template struct Interface { template struct Interface,Names>...> { static constexpr string_literal name = "Interface"; + static constexpr uint64_t size = sizeof...(Responses); }; // NOLINTEND -- cgit v1.2.3