Closed xmaton closed 4 years ago
@xmaton, thanks for the report!
Thank you very much for the quick fix! Can you also cut a fresh release relative soon so we can sync up to a nice tag (0.1.12 or something).
Thanks again!
@xmaton, I just bumped up the version number. Hope your project goes well!
Excellent! Thanks!
We compile our project with -Woverloaded-virtual and when I try to include the peglib it fails to compile:
It seems that basically anything that derives from
Ope::Visitor
should either override all virtual functions from the base class or import wholesale the base implementation byusing Ope::Visitor::visit;
in every visitor. Do you have any preference which way to fix the problem?