aboutsummaryrefslogtreecommitdiffstats
path: root/common/almalloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/almalloc.h')
-rw-r--r--common/almalloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/almalloc.h b/common/almalloc.h
index 157ca8d6..cfcd4def 100644
--- a/common/almalloc.h
+++ b/common/almalloc.h
@@ -81,7 +81,7 @@ struct allocator {
using other = allocator<U, (alignment<alignof(U))?alignof(U):alignment>;
};
- allocator() = default;
+ allocator() noexcept = default;
template<typename U, std::size_t N>
constexpr allocator(const allocator<U,N>&) noexcept { }