Commit bfd5e220 by Jason Merrill

disable

From-SVN: r17972
parent 6bc7be5f
......@@ -520,7 +520,7 @@ determine_specialization (template_id, decl, targs_out,
else if (TREE_CODE (fn) != TEMPLATE_DECL
|| (need_member_template && !is_member_template (fn)))
{
if (decls_match (decl, fn))
if (decls_match (decl, fn) && 0)
{
cp_error ("`template <>' applied to non-specialization `%D'",
fn);
......
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