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

Statement.hh

Forked from Dynare / preprocessor
Source project has a limited visibility.
  • Sébastien Villemot's avatar
    7f1b4fcc
    Refactor OptionsList class · 7f1b4fcc
    Sébastien Villemot authored
    In particular, use a std::variant to store the values of options. This ensures
    that a given option name can have only one value (previously, for a given
    option name, it was possible to store several values as long as they were of
    different types).
    7f1b4fcc
    History
    Refactor OptionsList class
    Sébastien Villemot authored
    In particular, use a std::variant to store the values of options. This ensures
    that a given option name can have only one value (previously, for a given
    option name, it was possible to store several values as long as they were of
    different types).