friend.c (do_friend): Don't take the nested [template] class into account when...
[gcc.git] / gcc / cp / ChangeLog
index 7f14cfbc92d33db144215edfc8de14cd828c7516..e8119eac4a7797220a199a59a827756a9200fd3d 100644 (file)
@@ -1,3 +1,9 @@
+2001-02-15  Alexandre Oliva  <aoliva@redhat.com>
+
+       * friend.c (do_friend): Don't take the nested [template] class
+       into account when deciding whether to warn about the friend
+       function not referring to a template function.
+
 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
 
        * typeck.c (build_unary_op): Clarify error message.