From d23ec05381f48e8df0fe2d169f8efbb7ca1290e5 Mon Sep 17 00:00:00 2001 From: Jose Date: Mon, 24 Sep 2018 13:36:02 +0200 Subject: Fix bogus generated code for Value seq Close #212 --- cpp/src/Slice/Parser.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src/Slice/Parser.cpp') diff --git a/cpp/src/Slice/Parser.cpp b/cpp/src/Slice/Parser.cpp index cdffbbea280..19ed36efd5f 100644 --- a/cpp/src/Slice/Parser.cpp +++ b/cpp/src/Slice/Parser.cpp @@ -481,6 +481,7 @@ Slice::Builtin::minWireSize() const 1, // KindString: at least one byte for an empty string. 1, // KindObject: at least one byte (to marshal an index instead of an instance). 2, // KindObjectProxy: at least an empty identity for a nil proxy, that is, 2 bytes. + 0, // KindLocalObject: unused 1 // KindValue: at least one byte (to marshal an index instead of an instance). }; -- cgit v1.2.3