summaryrefslogtreecommitdiffhomepage
path: root/entity/metadata.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'entity/metadata.hpp')
-rw-r--r--entity/metadata.hpp2
1 files changed, 2 insertions, 0 deletions
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 = []<typename O, typename T>(O&, T) {};
+
} // namespace floormat::entities
namespace floormat {