]> gcc.gnu.org Git - gcc.git/commitdiff
disable
authorJason Merrill <jason@gcc.gnu.org>
Fri, 13 Feb 1998 17:53:55 +0000 (12:53 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 13 Feb 1998 17:53:55 +0000 (12:53 -0500)
From-SVN: r17972

gcc/cp/pt.c

index 8d15cb009de631ea678a825997dc6435693bbb64..a96b534fb7c09471445f22c0a59ef7c587909ca1 100644 (file)
@@ -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);
This page took 0.103909 seconds and 5 git commands to generate.