Commit 660c7314 by Jason Merrill

new

From-SVN: r26369
parent f9cc092a
// Test for use of template parms in constructor name.
// Submitted by Jason Merrill <jason@cygnus.com>
// Build don't link:
template <class T>
struct A {
A<T>();
};
template <class T>
A<T>::A<T>()
{
}
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