Re: [webkit-dev] Using C++20 in WebKit

2022-01-21 Thread Alex Christensen via webkit-dev
While we’re updating things, is there any objection to updating the minimum version of CMake required? Right now it is 3.12, which was released in 2018. Does anyone have any limitations we should consider when picking a new minimum version? > On Jan 21, 2022, at 4:51 PM, Yusuke Suzuki wrote:

Re: [webkit-dev] Using C++20 in WebKit

2022-01-21 Thread Yusuke Suzuki via webkit-dev
It sounds nice! New CMake (3.21~) already supports VS 2022. -Yusuke > On Jan 21, 2022, at 10:36 AM, Alex Christensen wrote: > > Related to the C++20 change, I’m working on moving the Visual Studio build to > Visual Studio 2022. I’ve informed several involved parties directly, but now > I’ve

Re: [webkit-dev] Using C++20 in WebKit

2022-01-21 Thread Alex Christensen via webkit-dev
Related to the C++20 change, I’m working on moving the Visual Studio build to Visual Studio 2022. I’ve informed several involved parties directly, but now I’ve informed everyone. If anyone has a reason not to move to VS2022, please let me know. > On Jan 6, 2022, at 2:11 AM, Yusuke Suzuki wro