Commit 8e5aa8a3 by Richard Guenther Committed by Richard Biener

using21.C: Fix duplicate paste.

2009-07-22  Richard Guenther  <rguenther@suse.de>

        * g++.dg/lookup/using21.C: Fix duplicate paste.

From-SVN: r149937
parent 2f4f3f3f
2009-07-22 Richard Guenther <rguenther@suse.de>
* g++.dg/lookup/using21.C: Fix duplicate paste.
2009-07-22 Richard Guenther <rguenther@suse.de>
PR c++/40799
* g++.dg/lookup/using21.C: New testcase.
......
......@@ -11,16 +11,3 @@ CollectionDeleteGuard::CollectionDeleteGuard(int)
{
using Bar::A;
}
// PR c++/40799
namespace Bar {
typedef int A;
};
class CollectionDeleteGuard {
public:
CollectionDeleteGuard(int);
};
CollectionDeleteGuard::CollectionDeleteGuard(int)
{
using Bar::A;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment