This tests the same QoI issue as the existing STL Classic test, but for the Ranges algorithms. Also, do the same thing for all the algorithms that take projections.
I found a few missing algorithms and added them to the existing test, too. std::find_first_of currently fails; I should look at why that is (and in particular, what is it doing weird that makes it inconsistent with the entire rest of libc++?).
Both added tests could use a short comment explaining what they're testing. It's not difficult to figure out by reading the code, but it's always nice to have a comment in prose explaining exactly what this does -- it helps save time.