ams: update to build with gcc10/c++20
This commit is contained in:
@@ -65,6 +65,6 @@ namespace ams::mem::impl {
|
||||
size_t alloc_size;
|
||||
size_t hash;
|
||||
};
|
||||
static_assert(std::is_pod<HeapHash>::value);
|
||||
static_assert(util::is_pod<HeapHash>::value);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user