From fd66e74445f50426aa8a137b0a9cfa6d088b953c Mon Sep 17 00:00:00 2001 From: rtk0c Date: Fri, 24 Jun 2022 17:34:56 -0700 Subject: Changeset: 75 Add feature to delete entries from the database that belong to currently processed files --- .../test/examples/TestEnum.hpp.txt | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) (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 fea1f6d..428c47f 100644 --- a/source/20-codegen-compiler/test/examples/TestEnum.hpp.txt +++ b/source/20-codegen-compiler/test/examples/TestEnum.hpp.txt @@ -22,23 +22,23 @@ enum CountedEnum { }; namespace MyNamespace { -enum class MyNamespacedEnum { - BRUSSEL_ENUM(ToString, FromString, ExcludeHeuristics) - MNE_Foo, - MNE_Bar, -}; - -namespace details { - enum MyNamespacedEnum { + enum class MyNamespacedEnum { BRUSSEL_ENUM(ToString, FromString, ExcludeHeuristics) MNE_Foo, MNE_Bar, }; -} + + namespace details { + enum MyNamespacedEnum { + BRUSSEL_ENUM(ToString, FromString, ExcludeHeuristics) + MNE_Foo, + MNE_Bar, + }; + } } namespace foo::details { -enum Enum { - BRUSSEL_ENUM(ToString, FromString, ExcludeHeuristics) -}; + enum Enum { + BRUSSEL_ENUM(ToString, FromString, ExcludeHeuristics) + }; } -- cgit v1.2.3-70-g09d2