yhirose / cpp-peglib

A single file C++ header-only PEG (Parsing Expression Grammars) library
MIT License
883 stars 112 forks source link

ErrorInfo::heuristic_error_token error_pos argument shadows class member #161

Closed apache-hb closed 3 years ago

apache-hb commented 3 years ago

ErrorInfo::heuristic_error_token 3rd argument error_pos shadows the error_pos class member. This causes a failure when building on clang latest with -Werror enabled.

yhirose commented 3 years ago

@Apache-HB, thanks for the report!