From c144bfa05a92dcd14e2649f6dcfa1bc6d3f39f1e Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Tue, 3 Feb 2009 19:26:44 +0000 Subject: [PATCH] Remove a fixed FIXME git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63648 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/SemaCXX/using-directive.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/SemaCXX/using-directive.cpp b/test/SemaCXX/using-directive.cpp index baf5d58126..e258586491 100644 --- a/test/SemaCXX/using-directive.cpp +++ b/test/SemaCXX/using-directive.cpp @@ -68,7 +68,6 @@ class X { }; namespace N { - // FIXME: both of these should work, but they currently cause an ambiguity. struct K2; struct K2 { }; } -- 2.50.1