c++/reflection: remove FIXME in members_of5.C

The use is no longer needed.

gcc/testsuite/ChangeLog:

	* g++.dg/reflect/members_of5.C: Remove a FIXME and declaration.
This commit is contained in:
Marek Polacek
2026-02-25 13:34:23 -05:00
parent fb7bfbaa91
commit c6da5b9c32

View File

@@ -80,8 +80,6 @@ struct ExplicitRelOps
};
ExplicitRelOps a,b;
static_assert (has_mem (^^ExplicitRelOps, is_operator(op_equals_equals)));
// FIXME, below check fails without this use
auto r = a <=> b;
static_assert (has_mem (^^ExplicitRelOps, is_operator(op_spaceship)));
struct NoEqualDecl