Skip to content

Commit

Permalink
Fix multiple definitions error
Browse files Browse the repository at this point in the history
  • Loading branch information
giucam authored and RalphSteinhagen committed Aug 14, 2023
1 parent 85e02f4 commit 4ea6b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tag.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<pmtv::map_t>(&value)) {
Expand Down

0 comments on commit 4ea6b6a

Please sign in to comment.