Skip to content

C++ FinalClient::request small bug #73

Closed
@PengyiPan

Description

@PengyiPan

This should be easy to reproduce, using latest fbec 1.11.0.0 with --cpp --final --proto

The generated FinalClient::request(..) methods has

size_t serialized = Sender::send(value);

which my gcc 11 compiler complains
Fixed by changing to

size_t serialized = FinalSender::send(value);

btw, really awesome library!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions