Commit 6c745393 by Kazu Hirata Committed by Kazu Hirata

* pt.c: Fix a comment typo.

From-SVN: r89845
parent c24a4dcf
2004-10-29 Kazu Hirata <kazu@cs.umass.edu>
* pt.c: Fix a comment typo.
2004-10-28 Nathan Sidwell <nathan@codesourcery.com>
* typeck.c (composite_pointer_type): Remove comment about DR 195.
......
......@@ -5627,7 +5627,7 @@ instantiate_class_template (tree type)
&& TYPE_LANG_SPECIFIC (tag)
&& CLASSTYPE_IS_TEMPLATE (tag));
/* If the member is a class template, then -- even after
substituition -- there may be dependent types in the
substitution -- there may be dependent types in the
template argument list for the class. We increment
PROCESSING_TEMPLATE_DECL so that dependent_type_p, as
that function will assume that no types are dependent
......
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