We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67529ab commit 8d2d46fCopy full SHA for 8d2d46f
1 file changed
ortools/lp_data/lp_parser.cc
@@ -237,8 +237,8 @@ bool LPParser::ParseConstraint(StringPiece constraint) {
237
238
namespace {
239
240
-template<class>
241
-constexpr bool dependent_false = false; // workaround before CWG2518/P2593R1
+template <class>
+constexpr bool dependent_false = false; // workaround before CWG2518/P2593R1
242
243
template <typename T>
244
bool SimpleAtoFractional(absl::string_view str, T* value) {
0 commit comments