[libcxx-commits] [libcxx] [libc++] Fix UB in <expected> related to "has value" flag (#68552) (PR #68733)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Oct 10 16:44:56 PDT 2023


================
@@ -0,0 +1,34 @@
+//===----------------------------------------------------------------------===//
----------------
ldionne wrote:

Can you please put this test inside `has_value.pass.cpp`? You can just add another `{ ... }` block inside `test()` over there.

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


More information about the libcxx-commits mailing list