[libcxx-commits] [PATCH] D80030: [libc++][test] cleanup some small test issues

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 15 14:10:02 PDT 2020


ldionne added inline comments.


================
Comment at: libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/F_assign.pass.cpp:140
         using F2 = std::function<void(int, int)&&>;
         static_assert(!std::is_assignable<F1&, F2&&>::value, "");
     }
----------------
Sorry if I'm being slow, but can you explain why that's UB?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80030/new/

https://reviews.llvm.org/D80030





More information about the libcxx-commits mailing list