diff options
Diffstat (limited to 'gcc/cp/pt.c')
-rw-r--r-- | gcc/cp/pt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c index c36828d..20602bb0 100644 --- a/gcc/cp/pt.c +++ b/gcc/cp/pt.c @@ -1098,7 +1098,7 @@ check_explicit_specialization (declarator, decl, template_count, flags) /* Figure out what exactly is being specialized at this point. Note that for an explicit instantiation, even one for a - member function, we cannot tell apriori whether the the + member function, we cannot tell apriori whether the instantiation is for a member template, or just a member function of a template class. In particular, even in if the instantiation is for a member template, the template |