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

via libcxx-commits libcxx-commits at lists.llvm.org
Sat Oct 14 14:50:47 PDT 2023


================
@@ -43,6 +60,28 @@ constexpr bool test() {
     assert(!e.has_value());
   }
 
+  // See https://github.com/llvm/llvm-project/issues/68552
----------------
philnik777 wrote:

Please add a short description.

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


More information about the libcxx-commits mailing list