Martin Zink created MINIFICPP-2052:
--------------------------------------
Summary: Ambigous signed/unsigned chars
Key: MINIFICPP-2052
URL: https://issues.apache.org/jira/browse/MINIFICPP-2052
Project: Apache NiFi MiNiFi C++
Issue Type: Bug
Reporter: Martin Zink
Assignee: Martin Zink
We currently rely on that the char type is signed. (this is usually the case on
x86_64 systems, and on apple silicon aswell)
But this is not guarenteed, since the standard does not specify if plain
{{char}} is signed or unsigned.
This can cause various issues on ARM systems where the char is unsigned by
default.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)