Skip to content
Snippets Groups Projects
Select Git revision
  • 1430ab9cc2f703c1641cc68d2ad1da71cca6bbb5
  • master default protected
  • dynare_lite
  • pylib
  • 5.x
  • wasm
  • julia
  • 4.6
  • uop
  • rework_pac
  • aux_vars_fix
  • julia-6.2.0
  • created_preprocessor_repo
13 results

macro

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Dynare / preprocessor
    434 commits behind the upstream repository.
    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