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

Jan Kokemüller via libcxx-commits libcxx-commits at lists.llvm.org
Sun Oct 15 04:47:38 PDT 2023


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

done!

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


More information about the libcxx-commits mailing list