[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
Wed Oct 11 12:40:36 PDT 2023
jiixyj wrote:
> Yes, something like that was on my mind. My only nit is that we might want to add a few static member functions to avoid a bunch of logic inside the initializer.
I followed your advice and updated the PR, please have a look :)
https://github.com/llvm/llvm-project/pull/68733
More information about the libcxx-commits
mailing list