bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#7917: [PATCH] cc-mode: not all templates are types


From: Daniel Colascione
Subject: bug#7917: [PATCH] cc-mode: not all templates are types
Date: Tue, 25 Jan 2011 22:29:01 -0800

None of the templates here should be fontified as types.

template<typename T>
void foo(T t)
{}

template<>
void foo<int>(int x)
{}

void bar()
{
    foo<int>(5);
}

Attachment: templatefunc.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]