[libcxx-commits] [libcxx] [libc++][test] remove tests that testing std::variant<T&> (PR #84222)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 6 11:25:39 PST 2024


================
@@ -92,36 +68,6 @@ void test_get_if() {
     assert(std::get_if<0>(&v) == nullptr);
   }
 // FIXME: Remove these once reference support is reinstated
----------------
ldionne wrote:

This FIXME comment should go away too!

https://github.com/llvm/llvm-project/pull/84222


More information about the libcxx-commits mailing list