minimal fixes
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/* By: aortigos <aortigos@student.42malaga.com +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2026/04/17 20:26:54 by aortigos #+# #+# */
|
||||
/* Updated: 2026/04/17 21:00:25 by aortigos ### ########.fr */
|
||||
/* Updated: 2026/04/21 21:49:31 by aortigos ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
#include <vector>
|
||||
|
||||
template <typename T>
|
||||
typename T::iterator easyfind(T array, int nb)
|
||||
typename T::iterator easyfind(T &array, int nb)
|
||||
{
|
||||
for(typename T::iterator it = array.begin();
|
||||
it != array.end();
|
||||
|
||||
Reference in New Issue
Block a user