szaszm commented on issue #707: MINIFICPP-1117 - minifi::Exception is now 
nothrow copyable
URL: https://github.com/apache/nifi-minifi-cpp/pull/707#issuecomment-573019916
 
 
   update:
   - fix `ProcessorTests`
   - move string utilities to `StringUtils` and generalize them
   - add unit test to cover the new `StringUtils::join_pack`
   Moving the utilities from a private namespace to `StringUtils` means that 
they need to be more general IMO. I've extended them to work with any character 
type and do SFINAE checking on the string types. 
   This means quite some template code, which may not be welcome in this 
codebase. Suggestions are welcome.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to