An error occurred while fetching folder content.
Select Git revision
macro
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.
Name | Last commit | Last update |
---|---|---|
.. |