Change: Replace common_reference_with in three_way_comparable_with,
equality_comparable_with, and totally_ordered_with
with an exposition-only concept.
Rationale: Allow uncopyable, but movable, types to model these concepts.
Effect on original feature: Valid C++ 2020 code relying on subsumption
with common_reference_with
may fail to compile in this revision of C++.