Skip to content
Snippets Groups Projects
Select Git revision
1 result

Statement.hh

Blame
  • Forked from Dynare / preprocessor
    Loading
    • 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).