File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -123,9 +123,9 @@ struct Library::LibraryData
123123 std::map<std::string, AllocFunc> mDealloc ; // deallocation functions
124124 std::map<std::string, AllocFunc> mRealloc ; // reallocation functions
125125 std::unordered_map<std::string, FalseTrueMaybe> mNoReturn ; // is function noreturn?
126- std::map <std::string, std::string> mReturnValue ;
127- std::map <std::string, std::string> mReturnValueType ;
128- std::map <std::string, int > mReturnValueContainer ;
126+ std::unordered_map <std::string, std::string> mReturnValue ;
127+ std::unordered_map <std::string, std::string> mReturnValueType ;
128+ std::unordered_map <std::string, int > mReturnValueContainer ;
129129 std::map<std::string, std::vector<MathLib::bigint>> mUnknownReturnValues ;
130130 std::map<std::string, bool > mReportErrors ;
131131 std::map<std::string, bool > mProcessAfterCode ;
You can’t perform that action at this time.
0 commit comments