Marton Szasz created MINIFICPP-1398:
---------------------------------------
Summary: EL date functions are not available on Windows
Key: MINIFICPP-1398
URL: https://issues.apache.org/jira/browse/MINIFICPP-1398
Project: Apache NiFi MiNiFi C++
Issue Type: Bug
Reporter: Marton Szasz
in Expression.h:
{{#define EXPRESSION_LANGUAGE_USE_DATE}}
{{// Disable date in EL for incompatible compilers}}
{{#if \_\_GNUC\_\_ < 5}}
{{#undef EXPRESSION_LANGUAGE_USE_DATE}}
{{#endif}}
I assume \_\_GNUC\_\_ is evaluated as 0 on Windows and that's the cause.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)