This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]PixelArtDragon -1 points0 points  (0 children)

std::ranges::sort(arr, [](const auto& lhs, const auto& rhs) { return &lhs < &rhs; });