From 9ff017f1d4c1502fca9797aa4b38351c97e57982 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 2 Mar 2024 10:20:40 +0100 Subject: a --- entity/metadata.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'entity') diff --git a/entity/metadata.hpp b/entity/metadata.hpp index 41c57186..3da3dcb0 100644 --- a/entity/metadata.hpp +++ b/entity/metadata.hpp @@ -246,6 +246,8 @@ constexpr bool find_in_tuple(F&& fun, Tuple&& tuple) return false; } +constexpr inline auto ignored_write = [](O&, T) {}; + } // namespace floormat::entities namespace floormat { -- cgit v1.2.3