-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
QE 2023-11-27
-
100
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
Profiling shows that the TypeChecker is creating temporary std::strings just to compare the name of the FunctionCall object with the known function names. Using std::string literals or a map would be faster