Commit 2e637721 by Nathan Sidwell Committed by Nathan Sidwell

* g++.old-deja/g++.pt (lookup10.C): New test.

From-SVN: r34846
parent a1089a8e
2000-07-03 Nathan Sidwell <nathan@codesourcery.com> 2000-07-03 Nathan Sidwell <nathan@codesourcery.com>
* g++.old-deja/g++.pt (lookup10.C): New test.
2000-07-03 Nathan Sidwell <nathan@codesourcery.com>
* g++.old-deja/g++.pt (typename25.C): New test. * g++.old-deja/g++.pt (typename25.C): New test.
2000-07-02 Zack Weinberg <zack@wolery.cumb.org 2000-07-02 Zack Weinberg <zack@wolery.cumb.org
......
// Build don't link:
// Copyright (C) 2000 Free Software Foundation
// Contributed by Nathan Sidwell 3 July 2000 <nathan@codesourcery.com>
// We'd get confused entering a namespace via an alias
namespace Outer {
namespace Render_Real {
typedef void Type;
}
namespace Core_Real {}
namespace Core = Core_Real;
namespace Core_Real {
template<class T> void Foo (T *) {}
}
template<> void Core::Foo<> (Render_Real::Type *) {}
}
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