Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lperron committed Jan 14, 2025
1 parent 4b26c84 commit 6a9d524
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ortools/graph/min_cost_flow.h
Original file line number Diff line number Diff line change
Expand Up @@ -691,8 +691,7 @@ extern template class GenericMinCostFlow<
struct MinCostFlow : public MinCostFlowBase {
template <typename = void>
MinCostFlow() {
static_assert(false,
"MinCostFlow is deprecated. Use `SimpleMinCostFlow` or "
LOG(FATAL) << "MinCostFlow is deprecated. Use `SimpleMinCostFlow` or "
"`GenericMinCostFlow` with a specific graph type instead.");
}
};
Expand Down

0 comments on commit 6a9d524

Please sign in to comment.