Skip to content

Commit

Permalink
Removed unneeded template keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalz800 committed Sep 10, 2024
1 parent 81be2fa commit 244f9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zpp_bits.h
Original file line number Diff line number Diff line change
Expand Up @@ -3293,7 +3293,7 @@ struct known_dynamic_id_variant
ZPP_BITS_INLINE constexpr static auto serialize(auto & serializer,
auto & self)
{
return serializer.template serialize_one(self.variant, self.id);
return serializer.serialize_one(self.variant, self.id);
}

Variant & variant;
Expand Down

0 comments on commit 244f9c6

Please sign in to comment.