Compatibility changes with macos

This commit is contained in:
Dynamitos
2026-02-22 20:26:25 +01:00
parent 4eacda2ae0
commit 4a66b5d18d
7 changed files with 16 additions and 25 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#pragma once
#include <assert.h>
#include <memory_resource>
#include <memory>
namespace Seele {
template <typename T, typename Allocator = std::pmr::polymorphic_allocator<T>> class List {