summaryrefslogtreecommitdiff
path: root/src/memory/memory_resource.cpp
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2024-06-25 15:23:51 +1000
committerjacqueline <me@jacqueline.id.au>2024-06-25 15:23:51 +1000
commit8db57d6dc5cf5c83cffd393a37ca37bc1a67f1af (patch)
tree3aab9a7757013b8915e3b048ba7d6e6e430d4ae3 /src/memory/memory_resource.cpp
parent2d04e13cc6498cb4b28a07ae1ce878a295b3cee4 (diff)
downloadtangara-fw-8db57d6dc5cf5c83cffd393a37ca37bc1a67f1af.tar.gz
Unbreak the tests build
Diffstat (limited to 'src/memory/memory_resource.cpp')
-rw-r--r--src/memory/memory_resource.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/memory/memory_resource.cpp b/src/memory/memory_resource.cpp
index 74c0bc48..3351a1b9 100644
--- a/src/memory/memory_resource.cpp
+++ b/src/memory/memory_resource.cpp
@@ -27,7 +27,8 @@ void Resource::do_deallocate(void* p,
heap_caps_free(p);
}
-bool Resource::do_is_equal(const std::pmr::memory_resource& other) const {
+bool Resource::do_is_equal(
+ const std::pmr::memory_resource& other) const noexcept {
return this == &other;
}