From 7779119ea724987128ebd4bb4c0433dee8b5f877 Mon Sep 17 00:00:00 2001 From: Claudius Holeksa Date: Wed, 14 Jun 2023 12:51:20 +0200 Subject: c++: Let test run in test-case derivation and ammend changed schema dimension changes --- src/codec/schema.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/codec/schema.h') diff --git a/src/codec/schema.h b/src/codec/schema.h index df9f443..2a548df 100644 --- a/src/codec/schema.h +++ b/src/codec/schema.h @@ -26,17 +26,17 @@ template struct Union { template struct Union...> {}; -template struct Array {}; +template struct Array {}; template struct is_array { constexpr static bool value = false; }; -template struct is_array> { +template struct is_array> { constexpr static bool value = true; }; -template struct FixedArray {}; +template struct FixedArray {}; template struct Tuple {}; -- cgit v1.2.3