adding unstd base

This commit is contained in:
Kbz-8
2024-01-20 13:17:11 +01:00
parent a2b0a4f7e7
commit c82548df98
12 changed files with 664 additions and 16 deletions

View File

@@ -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;
}