Skip to content

Commit

Permalink
some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
user1095108 committed May 5, 2024
1 parent c797500 commit 0517cba
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -396,10 +396,7 @@ inline auto emplace(auto& r, auto const& k, auto const& create_node)
};

//
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wmissing-field-initializers"
S s{k, create_node}; s(r);
#pragma GCC diagnostic pop
S s{k, create_node, {}, {}}; s(r);

return std::pair(s.q_, s.s_);
}
Expand Down

0 comments on commit 0517cba

Please sign in to comment.