diff --git a/include/tag.hpp b/include/tag.hpp index 530bccd83..99faee266 100644 --- a/include/tag.hpp +++ b/include/tag.hpp @@ -114,7 +114,7 @@ ENABLE_REFLECTION(fair::graph::tag_t, index, map); namespace fair::graph { using meta::fixed_string; -void +inline void update_maps(const property_map &src, property_map &dest) { for (const auto &[key, value] : src) { if (auto nested_map = std::get_if(&value)) {