mirror of
https://github.com/boostorg/mqtt5.git
synced 2025-10-04 12:50:54 +02:00
Update examples, tests & docs
Summary: related to T13242 Reviewers: ivica Reviewed By: ivica Subscribers: miljen, iljazovic Differential Revision: https://repo.mireo.local/D26889
This commit is contained in:
@@ -216,7 +216,7 @@ struct varint_parser : x3::parser<varint_parser> {
|
||||
template <typename It, typename Ctx, typename RCtx, typename Attr>
|
||||
bool parse(
|
||||
It& first, const It last,
|
||||
const Ctx& ctx, RCtx& rctx, Attr& attr
|
||||
const Ctx& ctx, RCtx&, Attr& attr
|
||||
) const {
|
||||
|
||||
It iter = first;
|
||||
|
Reference in New Issue
Block a user