Handle parsing of extern templates
This commit is contained in:
parent
da3d515d09
commit
0875721452
2 changed files with 11 additions and 1 deletions
|
|
@ -24,6 +24,10 @@ namespace
|
|||
|
||||
detail::skip_if(stream, "friend");
|
||||
|
||||
if (detail::skip_if(stream, "extern"))
|
||||
// extern template
|
||||
detail::skip(stream, "template");
|
||||
|
||||
switch (kind)
|
||||
{
|
||||
case CXCursor_ClassDecl:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue