mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user