Closed
Description
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
Labels
No labels