[cfe-commits] r63648 - /cfe/trunk/test/SemaCXX/using-directive.cpp
Douglas Gregor
dgregor at apple.com
Tue Feb 3 11:26:44 PST 2009
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 { };
}
More information about the cfe-commits
mailing list