Skip to content
Snippets Groups Projects
Commit 5543c6dc authored by MichelJuillard's avatar MichelJuillard
Browse files

fix previous commit

parent 8711f24a
No related branches found
No related tags found
No related merge requests found
......@@ -185,6 +185,7 @@ void
OptionsList::writeOutputCommon(ostream &output, const string &option_group) const
{
for (const auto &[name, val] : options)
{
auto name1 = name;
std::visit([&]<class T>(const T &v)
{
......@@ -262,6 +263,7 @@ OptionsList::writeOutputCommon(ostream &output, const string &option_group) cons
}
}, val);
}
}
void
OptionsList::writeJsonOutput(ostream &output) const
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment