node icon indicating copy to clipboard operation
node copied to clipboard

src: modernize cleanup queue to use c++20

Open anonrig opened this issue 3 months ago • 8 comments

Getting the idea from @jasnell on https://github.com/nodejs/node/pull/56059, let's use std::ranges::sort and spaceship operator to sort with std::ranges::sort which is available on C++20.

anonrig avatar Nov 28 '24 18:11 anonrig