Hello.
I have such problem with emacs from cvs:
with simple code:
#include <vector>
typedef std::vector<int> IntList;
int main()
{
IntList l;
return 0;
}
it subscribe underscore red line almost all code begin from
"typedef std::vector<int>" construction,
can anybody tell me which part of emacs responsible for this behavior,
and have anyone idea how can I fix this?
--
/Evgeniy
_______________________________________________
Help-gnu-emacs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs