Home | History | Annotate | Download | only in unord.multimap.swap

Lines Matching defs:c1

46         C c1, c2;
47 static_assert(noexcept(swap(c1, c2)), "");
52 C c1, c2;
53 static_assert(noexcept(swap(c1, c2)), "");
58 C c1, c2;
59 static_assert(noexcept(swap(c1, c2)), "");
63 C c1, c2;
64 static_assert(!noexcept(swap(c1, c2)), "");
69 C c1, c2;
70 static_assert(!noexcept(swap(c1, c2)), "");