You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the code is correct and should be parsed by cxxheaderparser. But running this code fail with error: :8: parse error evaluating 'operator': unexpected 'operator', expected 'NAME'
Looking at test for operators, it seems that there are tests for conversion_operators and free_operator, but there are no tests for free_conversion_operators, so this probably has never been implemented.
Problem description
I think the code is correct and should be parsed by
cxxheaderparser
. But running this code fail with error::8: parse error evaluating 'operator': unexpected 'operator', expected 'NAME'
Looking at test for operators, it seems that there are tests for
conversion_operators
andfree_operator
, but there are no tests forfree_conversion_operators
, so this probably has never been implemented.I can implement this and make PR.
C++ code that can't be parsed correctly (please double-check that https://robotpy.github.io/cxxheaderparser/ has the same error)
The text was updated successfully, but these errors were encountered: