Skip to content
Snippets Groups Projects
Select Git revision
  • d5cf07fadda4b7c9a5f0ab3d2daf0cd08a8563ff
  • 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

macro

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
Name Last commit Last update
..