Skip to content

Commit

Permalink
remove std
Browse files Browse the repository at this point in the history
  • Loading branch information
salome-eriksson committed Jul 16, 2024
1 parent 91a0836 commit 3206332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/search/tasks/default_value_axioms_task.cc
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ void add_axioms_option_to_feature(plugins::Feature &feature) {
"(=default) value of a derived variable can be achieved.",
"approximate_negative_cycles");
}
std::tuple<AxiomHandlingType> get_axioms_arguments_from_options(
tuple<AxiomHandlingType> get_axioms_arguments_from_options(
const plugins::Options &opts) {
return make_tuple<AxiomHandlingType>(
opts.get<AxiomHandlingType>("axioms"));
Expand Down

0 comments on commit 3206332

Please sign in to comment.