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

@@ -60,6 +60,8 @@ public:
return name_and_ns();
}
virtual std::string full_name_no_ns() const { return name(); }
void set_using_namespaces(const namespace_ &un);
const namespace_ &using_namespace() const;