EricWF marked an inline comment as done. EricWF added inline comments.
================ Comment at: test/std/utilities/variant/variant.variant/variant.swap/swap.pass.cpp:487 +// This is why variant should SFINAE member hash. :-) +template class std::variant<int, NotSwappable>; + ---------------- CaseyCarter wrote: > This instantiates `variant<int, NotSwappable>::swap` without meeting the > requirements thereof (i.e., our member swap does not SFINAE). Forgot to wrap that in a `LIBCPP_ONLY`. https://reviews.llvm.org/D26903 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits