Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
Description
libminifi/src/utils/StringUtils.cpp contains a couple of functions that use c style arrays which should be replaced by std::array, the changes are not trivial so we probably want to create a separate PR instead of doing in whichever PR that touches the file