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
Due to a libclang limitation, the arguments in a template specialization are only available as a string unless the specialization is in a friend declaration.
libclang_parser
Due to a libclang limitation, the arguments in a template specialization are only available as a string unless the specialization is in a
friend
declaration.Input:
Here, the only information available about the specialization arguments is the string
"int, 42"
.The text was updated successfully, but these errors were encountered: