]> granicus.if.org Git - clang/commitdiff
Remove a fixed FIXME
authorDouglas Gregor <dgregor@apple.com>
Tue, 3 Feb 2009 19:26:44 +0000 (19:26 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 3 Feb 2009 19:26:44 +0000 (19:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63648 91177308-0d34-0410-b5e6-96231b3b80d8

test/SemaCXX/using-directive.cpp

index baf5d5812699d05de5d9ba039104aa9e1e26677b..e258586491f3cd24203904e092cd5ebacacc9c71 100644 (file)
@@ -68,7 +68,6 @@ class X {
 };
 
 namespace N {
-  // FIXME: both of these should work, but they currently cause an ambiguity.
   struct K2;
   struct K2 { };
 }