Skip to content

Commit

Permalink
Deploying to gh-pages from @ dffcbf9 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Aug 20, 2023
1 parent 996bdec commit 4c4a8a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion cxxheaderparser/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -2307,6 +2307,9 @@ def _parse_operator_conversion(

cmods.validate(var_ok=False, meth_ok=False, msg="parsing conversion operator")

# Check for any cv decorations for the type
rtype = self._parse_cv_ptr(ctype)

# then this must be a method
self._next_token_must_be("(")

Expand All @@ -2317,7 +2320,7 @@ def _parse_operator_conversion(

if self._parse_function(
mods,
ctype,
rtype,
pqname,
op,
template,
Expand Down
2 changes: 1 addition & 1 deletion cxxheaderparser/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.0-93-g6ab0d00'
__version__ = '0.0.0-95-gdffcbf9'

0 comments on commit 4c4a8a8

Please sign in to comment.