Page 1 of 1

C++ keyword: "overload" vs "override"

Posted: Thu Aug 28, 2014 1:25 pm
by petah
Hi,

you use the keyword "overload", f.ex. in cppwordscanner.cpp and tags_options_data.cpp, which I'm pretty sure should be "override". AFAIK "overload" is not a native C++ keyword but maybe it's used by some compilers. "override" is also missing from the default C++ lexer word group 0.

cheers,

-- p

Re: C++ keyword: "overload" vs "override"

Posted: Thu Aug 28, 2014 1:29 pm
by eranif
According to http://en.cppreference.com/w/cpp/keyword you are right

Eran

Re: C++ keyword: "overload" vs "override"

Posted: Thu Aug 28, 2014 1:48 pm
by eranif
Fixed in git head
Eran