No more shared pointers
This commit is contained in:
@@ -319,7 +319,7 @@ public:
|
||||
{
|
||||
if (pred(_data[i]))
|
||||
{
|
||||
return const_iterator(&_data[i]);
|
||||
return iterator(&_data[i]);
|
||||
}
|
||||
}
|
||||
return end();
|
||||
|
||||
Reference in New Issue
Block a user