mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge leftover.
This commit is contained in:
parent
696515fe69
commit
337aea9483
@ -487,13 +487,6 @@ bool SolvingState::Compare::operator()(SolvingState const& _a, SolvingState cons
|
|||||||
return _a.variableNames < _b.variableNames;
|
return _a.variableNames < _b.variableNames;
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
|
||||||
return
|
|
||||||
variableNames == _other.variableNames &&
|
|
||||||
bounds == _other.bounds &&
|
|
||||||
constraints == _other.constraints;
|
|
||||||
}
|
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
{
|
{
|
||||||
string toString(rational const& _x)
|
string toString(rational const& _x)
|
||||||
|
Loading…
Reference in New Issue
Block a user