disable
From-SVN: r17972
This commit is contained in:
parent
6bc7be5f89
commit
bfd5e22089
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user