mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-15 05:28:47 +08:00
0022685: Missing parentheses around trigraph operator
This commit is contained in:
@@ -241,7 +241,7 @@ Standard_OStream& TDataStd_ExtStringArray::Dump (Standard_OStream& anOS) const
|
||||
for(i = lower; i<=upper; i++)
|
||||
anOS << "\t" <<myValue->Value(i)<<endl;
|
||||
}
|
||||
anOS << " Delta is " << myIsDelta ? "ON":"OFF";
|
||||
anOS << " Delta is " << (myIsDelta ? "ON":"OFF");
|
||||
anOS << endl;
|
||||
return anOS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user