[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
Tue Oct 17 07:17:29 PDT 2023


================
@@ -0,0 +1,34 @@
+//===----------------------------------------------------------------------===//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
----------------
jiixyj wrote:

I just noticed there is a folder for `expected.void` tests so I moved the new `expected<void>` test there in commit https://github.com/llvm/llvm-project/pull/68733/commits/dfa9b3cf6e5951b4935e3e310b3e338f721beada.

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


More information about the libcxx-commits mailing list