Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
We have some global namespace aliases in Core.h, which gets transitively included practically everywhere. This kind of defeats the purpose of the original namespaces. This issue is about removing the aliases and changing the code that uses them to introduce local aliases or use a sufficiently qualified name.
The implementation started out as moving implementation of a few functions from headers to namespaces, so my pull request will include those changes as well, unless someone objects.
Attachments
Attachments
Issue Links
- causes
-
MINIFICPP-1679 Revert Relationship::operator!=, because GCC < 10 doesn't support consistent comparison
- Resolved