logic: improved recording of template member specializations
* implemented recording template member specialitation relations for fields, static variables, member classes and enums * added windows only tests that index whole projects (Bullet & Box2D) to prevent regression
This commit is contained in:
@@ -97,6 +97,16 @@ std::vector<std::string> TextAccess::readFile(const FilePath& filePath)
|
||||
}
|
||||
srcFile.close();
|
||||
|
||||
if (!result.empty())
|
||||
{
|
||||
std::string last = result.back().substr(0, result.back().size() - 1);
|
||||
result.pop_back();
|
||||
if (!last.empty())
|
||||
{
|
||||
result.push_back(last);
|
||||
}
|
||||
}
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user