Skip to content

Commit

Permalink
Merge 0e250f8 into 01d94d2
Browse files Browse the repository at this point in the history
  • Loading branch information
krinkinmu authored Nov 7, 2024
2 parents 01d94d2 + 0e250f8 commit daaf756
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ template <typename FirstField, typename... Remaining> class Sequence<FirstField,
// Terminal template definition for variadic Sequence template.
template <> class Sequence<> {
public:
Sequence<>() = default;
Sequence() = default;
std::string toString() const { return ""; }
bool read(const Buffer::Instance&, uint64_t&, uint64_t&) { return true; }
Message::ValidationResult validate(const Buffer::Instance&, const uint64_t, uint64_t&,
Expand Down

0 comments on commit daaf756

Please sign in to comment.