Author: dgregor
Date: Tue Feb  3 13:26:44 2009
New Revision: 63648

URL: http://llvm.org/viewvc/llvm-project?rev=63648&view=rev
Log:
Remove a fixed FIXME

Modified:
    cfe/trunk/test/SemaCXX/using-directive.cpp

Modified: cfe/trunk/test/SemaCXX/using-directive.cpp
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaCXX/using-directive.cpp?rev=63648&r1=63647&r2=63648&view=diff

==============================================================================
--- cfe/trunk/test/SemaCXX/using-directive.cpp (original)
+++ cfe/trunk/test/SemaCXX/using-directive.cpp Tue Feb  3 13:26:44 2009
@@ -68,7 +68,6 @@
 };
 
 namespace N {
-  // FIXME: both of these should work, but they currently cause an ambiguity.
   struct K2;
   struct K2 { };
 }


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to