Fix namespace handling
Previously we didn't properly distinguish between declarations in the root namespace (::foo) and unqualified declarations (foo).
Showing
Please register or sign in to comment
Previously we didn't properly distinguish between declarations in the root namespace (::foo) and unqualified declarations (foo).