aboutsummaryrefslogtreecommitdiffstats
path: root/common/flexarray.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2023-12-15 18:54:53 -0800
committerChris Robinson <[email protected]>2023-12-15 21:32:52 -0800
commit41266e96aeb0cac54d05a9e57dcea0990933dd33 (patch)
treed0f58ced3312682aae3d6a34432ead6341adaa5a /common/flexarray.h
parent1381a951bea78c67281a2e844e6db1dedbd5ed7c (diff)
Remove unnecessary macro parameter lists
Diffstat (limited to 'common/flexarray.h')
-rw-r--r--common/flexarray.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/flexarray.h b/common/flexarray.h
index d02a7342..c317bfbe 100644
--- a/common/flexarray.h
+++ b/common/flexarray.h
@@ -105,7 +105,7 @@ struct FlexArray {
[[nodiscard]] auto rend() const noexcept -> const_reverse_iterator { return begin(); }
[[nodiscard]] auto crend() const noexcept -> const_reverse_iterator { return cbegin(); }
- DEF_PLACE_NEWDEL()
+ DEF_PLACE_NEWDEL
};
} // namespace al