mirror of
https://forge.sourceware.org/marek/gcc.git
synced 2026-02-22 03:47:02 -05:00
Uncomment tests in return_type_of1.C
This commit is contained in:
@@ -84,16 +84,16 @@ struct V
|
||||
V ()
|
||||
{
|
||||
int i = 42;
|
||||
// static_assert (!has_return_type_of (parent_of (^^i)));
|
||||
static_assert (!has_return_type_of (parent_of (^^i)));
|
||||
}
|
||||
~V ()
|
||||
{
|
||||
int i = 42;
|
||||
// static_assert (!has_return_type_of (parent_of (^^i)));
|
||||
static_assert (!has_return_type_of (parent_of (^^i)));
|
||||
}
|
||||
V (int, long)
|
||||
{
|
||||
int i = 42;
|
||||
// static_assert (!has_return_type_of (parent_of (^^i)));
|
||||
static_assert (!has_return_type_of (parent_of (^^i)));
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user