[
https://issues.apache.org/jira/browse/MINIFICPP-1426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marton Szasz updated MINIFICPP-1426:
------------------------------------
Assignee: Marton Szasz
Status: Patch Available (was: Open)
https://github.com/apache/nifi-minifi-cpp/pull/1104
> MSVC: Use /std:c++latest /permissive- and drop VS 2017 support
> --------------------------------------------------------------
>
> Key: MINIFICPP-1426
> URL: https://issues.apache.org/jira/browse/MINIFICPP-1426
> Project: Apache NiFi MiNiFi C++
> Issue Type: Improvement
> Reporter: Marton Szasz
> Assignee: Marton Szasz
> Priority: Minor
> Time Spent: 10m
> Remaining Estimate: 0h
>
> /std:c+\+latest Enables full C+\+17 and partial C+\+20 support
> /permissive- Enables strict standards-compliant mode by disabling
> backwards-compatibility with old bugs. If the code compiles with
> /permissive-, it generally means the same as without it.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)