Stop checking whether std::strong_* has ::equivalent members.
authorRichard Smith <richard@metafoo.co.uk>
Fri, 6 Dec 2019 19:34:29 +0000 (11:34 -0800)
committerRichard Smith <richard@metafoo.co.uk>
Fri, 6 Dec 2019 19:35:41 +0000 (11:35 -0800)
commitdbd112972416f48f7e5b117e7a14b6e4b4d38146
tree8be2c80c9c59435fb3cdb3316a519cc278c5aa35
parent7f63db197e7453a6438c15e50a5508cc7613a293
Stop checking whether std::strong_* has ::equivalent members.

Any attempt to use these would be a bug, so we shouldn't even look for
them.
clang/lib/AST/ComparisonCategories.cpp
clang/test/SemaCXX/std-compare-cxx2a.cpp