• Alan Mackenzie's avatar
    Fix fontification of "operator~" in C++ Mode. · b733a910
    Alan Mackenzie authored
    * lisp/progmodes/cc-langs.el (c-ambiguous-overloadable-or-identifier-prefices)
    (c-ambiguous-overloadable-or-identifier-prefix-re): New c-lang-defconsts/vars.
    
    * lisp/progmodes/cc-engine.el (c-forward-name): Do not try to parse "~" (and
    two other symbols) as a cast without good evidence.  Prefer an overloaded
    operator in ambiguous cases.
    b733a910
cc-engine.el 475 KB