Skip to content
Snippets Groups Projects
Verified Commit 7f1b4fcc authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Refactor OptionsList class

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).
parent e4449f1c
Branches
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment