[ 
https://issues.apache.org/jira/browse/MINIFICPP-1426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marton Szasz updated MINIFICPP-1426:
------------------------------------
    Description: 
/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.

  was:
/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.


> 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
>            Priority: Minor
>
> /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)

Reply via email to