arpadboda 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_r277454970
########## 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: Fixed it. MSVC++ 14 (Visual Studio 2015) claims C++ version to be '98... Some famous quotes of Linus came to my mind when I realised this. ---------------------------------------------------------------- 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
