[
https://issues.apache.org/jira/browse/MINIFICPP-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marton Szasz reassigned MINIFICPP-1398:
---------------------------------------
Assignee: Marton Szasz
> 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
> Assignee: Marton Szasz
> Priority: Major
>
> 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)