mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
SmallPtrSet: Fix makeIterator
This commit is contained in:
@@ -383,7 +383,7 @@ public:
|
||||
private:
|
||||
/// Create an iterator that dereferences to same place as the given pointer.
|
||||
iterator makeIterator(const void *const *P) const {
|
||||
return iterator(P, EndPointer(), *this);
|
||||
return iterator(P, EndPointer());
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user