mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-16 15:14:13 +00:00
remove warning
This commit is contained in:
parent
12e72dbf7e
commit
705773a03a
4 changed files with 78 additions and 78 deletions
|
@ -28,7 +28,7 @@ namespace sprout {
|
|||
int found
|
||||
)
|
||||
{
|
||||
return found < 0 || found == 2 && size1 < size2;
|
||||
return found < 0 || (found == 2 && size1 < size2);
|
||||
}
|
||||
|
||||
template<typename RandomAccessIterator1, typename RandomAccessIterator2, typename Compare>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue