Skip to content
Snippets Groups Projects
Select Git revision
  • 79c8fe61b1c375de0888382ee38268c250209b8b
  • master default protected
  • julia protected
  • 6.x protected
  • python-codegen
  • llvm-15
  • 5.x protected
  • 4.6 protected
  • uop
  • rework_pac
  • aux_vars_fix
  • julia-7.0.0
  • julia-6.4.0
  • julia-6.3.0
  • julia-6.2.0
15 results

ConfigFile.cc

Blame
  • Sébastien Villemot's avatar
    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.
    3d9ac26a
    History