Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Support] Allow erasing names in Namespace
Allowing erasing names in a namespace seems more sane than micro-managing which names gets added to a namespace. E.g., it's convenient to use `Namespace::add(SymbolCache &` to efficiently prime a namespace, and then surgically removing some known identifier,, instead of having to re-implement how symbols are added to the namespace.
- Loading branch information