BAN: Move RefPtr to its own file and create New.h

New.h contains definitions for placement new operators and
BAN::allocator and BAN::dealloctor
This commit is contained in:
Bananymous
2023-04-10 21:03:41 +03:00
parent c660df14ec
commit 2fabe1949c
14 changed files with 36 additions and 35 deletions

View File

@@ -1,8 +1,8 @@
#pragma once
#include <BAN/Errors.h>
#include <BAN/Memory.h>
#include <BAN/Move.h>
#include <BAN/New.h>
namespace BAN
{