Fix issue with asymmetric common parents of friend function and friend
This commit is contained in:
parent
b3885bbb68
commit
49d77c5543
3 changed files with 86 additions and 16 deletions
|
|
@ -49,7 +49,7 @@ namespace cppast
|
|||
return semantic_parent_;
|
||||
}
|
||||
|
||||
/// \returns The name of the semantic parent, if it has own,
|
||||
/// \returns The name of the semantic parent, if it has one,
|
||||
/// else the empty string.
|
||||
/// \notes This may include template parameters.
|
||||
std::string semantic_scope() const noexcept
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue