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

Statement.cc

  • 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).