Fixed handling of nested classes in relative namespaces
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user