aboutsummaryrefslogtreecommitdiffstats
path: root/include/jau/counting_allocator.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/jau/counting_allocator.hpp')
-rw-r--r--include/jau/counting_allocator.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/jau/counting_allocator.hpp b/include/jau/counting_allocator.hpp
index d6e9f0e..169cce6 100644
--- a/include/jau/counting_allocator.hpp
+++ b/include/jau/counting_allocator.hpp
@@ -143,7 +143,7 @@ struct counting_allocator : public std::allocator<T>
#if __cplusplus > 201703L
constexpr ~counting_allocator() {} // C++20
#else
- ~counting_allocator() {}
+ ~counting_allocator() = default;
#endif
#if __cplusplus <= 201703L