You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Adam Debreceni (Jira)" <ji...@apache.org> on 2022/12/05 10:18:00 UTC

[jira] [Created] (MINIFICPP-2005) Fix compilation on clang 14.0.0 + libc++

Adam Debreceni created MINIFICPP-2005:
-----------------------------------------

             Summary: Fix compilation on clang 14.0.0 + libc++
                 Key: MINIFICPP-2005
                 URL: https://issues.apache.org/jira/browse/MINIFICPP-2005
             Project: Apache NiFi MiNiFi C++
          Issue Type: Bug
            Reporter: Adam Debreceni
            Assignee: Adam Debreceni


We are using the iterator constructor of std::span, which is not available due to a bug in clang 14.0.0 + libc++ configuration. We should go with gsl::span.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)