ft_containers/tests/map_tester.cpp
2022-11-29 14:48:02 +01:00

23 lines
978 B
C++

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* map_tester.cpp :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: apommier <apommier@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2022/11/29 12:55:17 by apommier #+# #+# */
/* Updated: 2022/11/29 13:23:51 by apommier ### ########.fr */
/* */
/* ************************************************************************** */
#include "../ft_containers.hpp"
void map_tester()
{
}
void real_map_tester()
{
}