diff --git a/ortools/lp_data/lp_parser.cc b/ortools/lp_data/lp_parser.cc index c8654c49e1..e872c4fe97 100644 --- a/ortools/lp_data/lp_parser.cc +++ b/ortools/lp_data/lp_parser.cc @@ -237,8 +237,8 @@ bool LPParser::ParseConstraint(StringPiece constraint) { namespace { -template -constexpr bool dependent_false = false; // workaround before CWG2518/P2593R1 +template +constexpr bool dependent_false = false; // workaround before CWG2518/P2593R1 template bool SimpleAtoFractional(absl::string_view str, T* value) {