From d3afb022bd3ef3da47697cd5b9ba52a36f111a29 Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Thu, 7 Sep 2023 16:22:25 +0200 Subject: [PATCH] fixup 2 --- ortools/math_opt/cpp/variable_and_expressions.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ortools/math_opt/cpp/variable_and_expressions.h b/ortools/math_opt/cpp/variable_and_expressions.h index bfebd53bfed..02a0f2c5e87 100644 --- a/ortools/math_opt/cpp/variable_and_expressions.h +++ b/ortools/math_opt/cpp/variable_and_expressions.h @@ -3157,8 +3157,8 @@ namespace std { const ::operations_research::math_opt::Variable& rhs ) const { return lhs == rhs; } - } -} + }; +} // namespace std #endif #endif // OR_TOOLS_MATH_OPT_CPP_VARIABLE_AND_EXPRESSIONS_H_