Skip to content
Snippets Groups Projects
  • 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).