llvm-project/libcxx/test/std/concepts/concepts.lang
Christopher Di Bella cedd07df51 [libcxx] fixes `common_reference` requirement for `swappable_with`
LWG3175 identifies that the `common_reference` requirement for
`swappable_with` is over-constraining and doesn't need to concern itself
with cv- or reference qualifiers.

Differential Revision: https://reviews.llvm.org/D99817
2021-04-07 05:51:36 +00:00
..
concept.assignable
concept.common
concept.commonref
concept.constructible
concept.convertible
concept.copyconstructible
concept.default.init
concept.derived
concept.destructible
concept.moveconstructible
concept.same
concept.swappable
concepts.arithmetic