aboutsummaryrefslogtreecommitdiff
path: root/source/20-codegen-compiler/test/examples
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2022-07-07 19:30:47 -0700
committerrtk0c <[email protected]>2022-07-07 19:30:47 -0700
commita98b0495a957ed15900c052bcad00b3c48367546 (patch)
tree10945d897ba6671c707e1c9866f235c0e630c08f /source/20-codegen-compiler/test/examples
parent6839736b8283a59eb743e1f6058c7d266a3e7f36 (diff)
Changeset: 79 Initial work on fixing codegen for the main project, add enum underlying type (EUT) scanning capability
Diffstat (limited to 'source/20-codegen-compiler/test/examples')
-rw-r--r--source/20-codegen-compiler/test/examples/TestEnum.hpp.txt2
1 files changed, 1 insertions, 1 deletions
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,