From: Jason Merrill Date: Wed, 5 Sep 2007 18:56:55 +0000 (-0400) Subject: fix changelog entry X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=13678df87b8f2c1e23fb02b5f8e5fbbc9ce32260;p=gcc.git fix changelog entry From-SVN: r128144 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index be44b69e0b5..bfe5a316cbf 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -468,7 +468,7 @@ 2007-08-06 Paolo Carlini PR c++/19532 - * pt.c (template_class_depth): Fix comment; change return type + * pt.c (inline_needs_template_parms): Fix comment; change return type to bool. 2007-08-05 Volker Reichelt