Add support for multiple namespace entities with the same name

This commit is contained in:
Jonathan Müller 2017-03-22 12:09:13 +01:00
commit d21d017d8a
13 changed files with 207 additions and 203 deletions

View file

@ -107,7 +107,7 @@ namespace cppast
void on_insert(const cpp_entity& parent) noexcept
{
parent_ = parent;
parent_ = type_safe::ref(parent);
}
std::string name_;