[ 
https://issues.apache.org/jira/browse/MINIFICPP-472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16477601#comment-16477601
 ] 

ASF GitHub Bot commented on MINIFICPP-472:
------------------------------------------

Github user achristianson commented on the issue:

    https://github.com/apache/nifi-minifi-cpp/pull/315
  
    @apiri Confirmed compiler version issue, from Howard Hinnant, author of 
date:
    
    "I'm not positive to tell you the truth, but based on this bug report: 
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60396 my best guess is gcc-5 and 
forward, at least for date::parse. The parse function is implemented in terms 
of the C++11 std::time_get::get() function(s) proposed by this 2007 paper: 
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2321.html. There is no 
workaround, except to manually implement your own parsing. Sorry."
    
    https://gitter.im/HowardHinnant/date/archives/2016/08/31
    
    Will add a version restriction.


> Implement date manipulation EL functions
> ----------------------------------------
>
>                 Key: MINIFICPP-472
>                 URL: https://issues.apache.org/jira/browse/MINIFICPP-472
>             Project: NiFi MiNiFi C++
>          Issue Type: Improvement
>            Reporter: Andrew Christianson
>            Assignee: Andrew Christianson
>            Priority: Major
>
> [Date 
> Manipulation|https://nifi.apache.org/docs/nifi-docs/html/expression-language-guide.html#dates]
>  * 
> [format|https://nifi.apache.org/docs/nifi-docs/html/expression-language-guide.html#format]
>  * 
> [toDate|https://nifi.apache.org/docs/nifi-docs/html/expression-language-guide.html#todate]
>  * 
> [now|https://nifi.apache.org/docs/nifi-docs/html/expression-language-guide.html#now]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to