[libcxx-commits] [PATCH] D62932: Update status
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jun 5 14:37:00 PDT 2019
ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.
> 2750 nothing to do because std::experimental::optional no longer exists.
This is correct, however the current wording for `optional::optional(U&&)` does NOT have a condition like `!std::is_same<T, std::remove_reference_t<U>>::value`. Was it "forgotten" when we Standardized `std::optional`? If so, then maybe we need to create a LWG issue.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62932/new/
https://reviews.llvm.org/D62932
More information about the libcxx-commits
mailing list