> When testing scope completion for boost I noticed there are many tags with > identical names (probably because of inheritance). Just one tag of the given > name can be passed to Scintilla for tag colorization to improve performance a > bit.
C++ allows functions to have the same name but distinguished by different parameter types, and this is used a lot in Boost (and STL), so good idea. --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/906#issuecomment-185944956
