Skip to content

Commit

Permalink
Simplify struct_names_clang.h
Browse files Browse the repository at this point in the history
  • Loading branch information
helly25 committed May 4, 2024
1 parent d76348b commit 6e9b3f5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions mbo/types/extend_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -707,12 +707,6 @@ struct WithVariant : Extend<WithVariant> {

static_assert(types::HasVariantMember<WithVariant>);

struct WithVariant : Extend<WithVariant> {
std::variant<int, unsigned> value;
};

static_assert(types::HasVariantMember<WithVariant>);

static_assert(DecomposeCountV<WithVariant> == 1);
static_assert(types_internal::SupportsFieldNames<WithVariant> == kStructNameSupport);

Expand Down

0 comments on commit 6e9b3f5

Please sign in to comment.