sparse_set: avoid annoying warnings
This commit is contained in:
@@ -366,7 +366,7 @@ protected:
|
||||
break;
|
||||
}
|
||||
|
||||
return --(end() - pos);
|
||||
return --(end() - static_cast<typename iterator::difference_type>(pos));
|
||||
}
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user