adding unstd base
This commit is contained in:
@@ -3,11 +3,20 @@
|
||||
/* ::: :::::::: */
|
||||
/* main.cpp :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: vvaas <vvaas@student.42.fr> +#+ +:+ +#+ */
|
||||
/* By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2023/11/24 10:40:01 by maldavid #+# #+# */
|
||||
/* Updated: 2023/11/29 16:43:45 by vvaas ### ########.fr */
|
||||
/* Created: 2024/01/20 09:27:04 by maldavid #+# #+# */
|
||||
/* Updated: 2024/01/20 13:16:21 by maldavid ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
// t'es mauvais malo
|
||||
#include <unstd/unique_ptr.h>
|
||||
#include <unstd/shared_ptr.h>
|
||||
#include <unstd/weak_ptr.h>
|
||||
|
||||
int main(int ac, char** av)
|
||||
{
|
||||
(void)ac;
|
||||
(void)av;
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user