Select Git revision
ExternalFunctionsTable.hh
Forked from
Dynare / preprocessor
378 commits behind the upstream repository.
Sébastien Villemot authored
This is unsafe since the find() method can return a past-the-end iterator, which should be tested for. Replace most instances by calls to the std::map::at() method (which throws if the key is unknown), and which is incidentally more readable.