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

Reply via email to