Marton Szasz created MINIFICPP-1634:
---------------------------------------
Summary: Remove namespace aliases from Core.h
Key: MINIFICPP-1634
URL: https://issues.apache.org/jira/browse/MINIFICPP-1634
Project: Apache NiFi MiNiFi C++
Issue Type: Improvement
Reporter: Marton Szasz
Assignee: Marton Szasz
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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)