From 164b9eb179e2a8abf8cc5ef630134d10d19b2846 Mon Sep 17 00:00:00 2001 From: Grigory Buteyko Date: Thu, 13 Jun 2024 14:19:54 +0300 Subject: [PATCH] tiny fix --- internal/tlcodegen/type_rw_tuple_cpp.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/tlcodegen/type_rw_tuple_cpp.go b/internal/tlcodegen/type_rw_tuple_cpp.go index 0cf87298..ce877df5 100644 --- a/internal/tlcodegen/type_rw_tuple_cpp.go +++ b/internal/tlcodegen/type_rw_tuple_cpp.go @@ -212,6 +212,7 @@ bool %[8]s::%[1]sRead(::basictl::tl_istream & s, std::vector<%[2]s>& item%[4]s) for(auto && el : item) { %[5]s } + return true; } bool %[8]s::%[1]sWrite(::basictl::tl_ostream & s, const std::vector<%[2]s>& item%[4]s) {