Fixed handling of nested classes in relative namespaces

This commit is contained in:
Bartek Kryza
2022-09-10 19:28:19 +02:00
parent ae1735855a
commit f93cbe8ff2
5 changed files with 21 additions and 5 deletions

View File

@@ -70,7 +70,7 @@ public:
std::string full_name(bool relative = true) const override;
std::string full_name_no_ns() const;
std::string full_name_no_ns() const override;
bool is_abstract() const;