From a98b0495a957ed15900c052bcad00b3c48367546 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Thu, 7 Jul 2022 19:30:47 -0700 Subject: Changeset: 79 Initial work on fixing codegen for the main project, add enum underlying type (EUT) scanning capability --- source/20-codegen-compiler/test/examples/TestEnum.hpp.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/20-codegen-compiler/test/examples') diff --git a/source/20-codegen-compiler/test/examples/TestEnum.hpp.txt b/source/20-codegen-compiler/test/examples/TestEnum.hpp.txt index 428c47f..132bac0 100644 --- a/source/20-codegen-compiler/test/examples/TestEnum.hpp.txt +++ b/source/20-codegen-compiler/test/examples/TestEnum.hpp.txt @@ -13,7 +13,7 @@ enum class CountedEnumAll { CEA_COUNT, }; -enum CountedEnum { +enum CountedEnum : unsigned short int { BRUSSEL_ENUM(ToString, FromString, RemovePrefix CE_, AddPrefix CustomPrefix, ExcludeHeuristics) CE_Foo, CE_Bar, -- cgit v1.2.3-70-g09d2