Compatibility changes with macos
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user