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 781cc78a1f
commit cfa025acae
14 changed files with 36 additions and 35 deletions

View File

@@ -79,7 +79,7 @@ else()
endif()
set(BAN_SOURCES
../BAN/BAN/Memory.cpp
../BAN/BAN/New.cpp
../BAN/BAN/String.cpp
../BAN/BAN/StringView.cpp
../BAN/BAN/Time.cpp