phrocker commented on a change in pull request #533: MINIFICPP-726 - Enhance ExtractText to have more feature parity with … URL: https://github.com/apache/nifi-minifi-cpp/pull/533#discussion_r274977653
########## File path: libminifi/src/processors/ExtractText.cpp ########## @@ -30,20 +31,55 @@ #include "core/ProcessSession.h" #include "core/FlowFile.h" +#if (__cplusplus <= 201103L) || !defined(WIN32) Review comment: I saw an appveyor error related to this, but didn't look into it. ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
