Visual Studio minimum version 2022 for more compatibility with c++20 ?

Julien Nabet serval2412 at yahoo.fr
Thu Nov 23 08:09:33 UTC 2023


Hello,

I tried to replace erase/std::remove(_if) idiom with std::erase(_if) 
from c++20

I noticed the replace in svl/source/svdde/ddesvr.cxx was ok on my 
Windows 10 machine with Visual Studio 2022 but it fails on Jenkins 
because, I suppose, of the use of Visual Studio 2019.

(see https://gerrit.libreoffice.org/c/core/+/159700 where I reverted 
back the change on svl/source/svdde/ddesvr.cxx to be able to push my commit)

Would it be possible to bump minimum requirement to Visual Studio 2022 
in order to be more compatible with c++20 ?

Julien



More information about the LibreOffice mailing list