diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-02 10:20:40 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-02 10:20:40 +0100 |
commit | 9ff017f1d4c1502fca9797aa4b38351c97e57982 (patch) | |
tree | 5b122d52ddec31c988e23a70531a968466e73bf6 /entity | |
parent | 58d95d559276b556f584411d5c3ea0a986f3fbc4 (diff) |
a
Diffstat (limited to 'entity')
-rw-r--r-- | entity/metadata.hpp | 2 |
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 { |