The code breaks in C++20 mode after libc++ removes comparisons for `std::vector` and replaces them with 'operator <=>'. See cl/542541552 for context.
The code breaks in C++20 mode after libc++ removes comparisons for `std::vector` and replaces them with 'operator <=>'. See cl/542541552 for context.