[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#7579: cc-mode c++ template-typed variable decl regression
From: |
Daniel Colascione |
Subject: |
bug#7579: cc-mode c++ template-typed variable decl regression |
Date: |
Tue, 07 Dec 2010 02:55:00 -0800 |
User-agent: |
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 |
/* In Emacs 23, adffdfa below is fontified as a variable. In Emacs HEAD,
it is not. */
void foo()
{
mumble x(5);
std::vector<int> adffdfa(1,2,3);
};
signature.asc
Description: OpenPGP digital signature
- bug#7579: cc-mode c++ template-typed variable decl regression,
Daniel Colascione <=