Reorganise memory model to make it clear Memory.hpp should be referenced.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-12-11 15:29:27 +01:00
parent c4a4aedb04
commit 26fea2ac20
8 changed files with 23 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
#ifdef TESTS_BUILD
#include "../extern/doctest.hpp"
#include "../src/Memory/UniquePtrList.hpp"
#include "../src/Memory/__UniquePtrList.hpp"
using namespace ArbUt;
TEST_CASE("Create Unique Ptr list, append") {