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

ExternalFunctionsTable.hh

Blame
  • Forked from Dynare / preprocessor
    378 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