Details
-
Story
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently the BEGIN_CHCORE_NAMESPACE and END_CHCORE_NAMESPACE are used throughout the libchcore to denote chcore namespace.
This causes the code to be less readable and causes issues with external tools that have trouble substituting the macros with the real content.
Remove the macros and replace them with normal namespaces.