diff options
-rw-r--r-- | test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/p2.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/p2.cpp b/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/p2.cpp index 24f75c9bfe..1f78a738f3 100644 --- a/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/p2.cpp +++ b/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/p2.cpp @@ -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; }; } |