forked from OSchip/llvm-project
Remove FIXMEs: these are covered by a core issue which we don't yet implement
(but we happen to get this part right). llvm-svn: 177958
This commit is contained in:
parent
7447af48b1
commit
b2bfad2355
|
@ -88,12 +88,10 @@ namespace InhCtor {
|
|||
};
|
||||
};
|
||||
struct Z : A {
|
||||
// FIXME: Core wording says this is invalid, but we and g++ accept.
|
||||
using A::A::A;
|
||||
};
|
||||
template<typename T>
|
||||
struct ZT : T::T {
|
||||
// FIXME: Core wording says this is invalid, but we and g++ accept.
|
||||
using T::T::T;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue